#9 - adding first stage of dynamic thumbnails on the main page

This commit is contained in:
2026-05-13 14:07:55 +02:00
parent d476a002d8
commit a1be7792a2
13 changed files with 114 additions and 27 deletions

View File

@@ -9290,6 +9290,13 @@ div.posts>a.thumb.has-notif p::after {
overflow: hidden;
}
/* ===== Dynamic Thumbnail Sizes ===== */
/* Size tier 2: 2×2 grid cells */
div.posts > a.thumb[data-size="2"] {
grid-column: span 2;
grid-row: span 2;
}
.thumb>.preview-video {
position: absolute;
top: 0;