mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 05:47:03 +03:00
This commit is contained in:
parent
097c5c2710
commit
d7b674d79a
@ -97,7 +97,7 @@ function renderPaginatedList(linkList, container, isWatched, page, totalPages) {
|
||||
// Create a DOM element for a single link
|
||||
function createLinkElement(link, isWatched) {
|
||||
const wrapper = document.createElement('div');
|
||||
wrapper.className = 'mb-3';
|
||||
wrapper.className = 'mb-auto';
|
||||
|
||||
const reelId = extractReelId(link.url);
|
||||
if (!reelId) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user