fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oleg.vodyanov91@gmail.com 2025-04-23 14:17:01 +04:00
parent 097c5c2710
commit d7b674d79a

View File

@ -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) {