Compare commits

...

2 Commits

Author SHA1 Message Date
Олег Водянов
12b1d78b67
Merge pull request #26 from olegvodyanov/use_iframe
All checks were successful
continuous-integration/drone/push Build is passing
fix
2025-04-23 14:18:18 +04:00
oleg.vodyanov91@gmail.com
d7b674d79a fix
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-23 14:17:01 +04:00

View File

@ -97,7 +97,7 @@ function renderPaginatedList(linkList, container, isWatched, page, totalPages) {
// Create a DOM element for a single link // Create a DOM element for a single link
function createLinkElement(link, isWatched) { function createLinkElement(link, isWatched) {
const wrapper = document.createElement('div'); const wrapper = document.createElement('div');
wrapper.className = 'mb-3'; wrapper.className = 'mb-auto';
const reelId = extractReelId(link.url); const reelId = extractReelId(link.url);
if (!reelId) { if (!reelId) {