always full size thumbnails

This commit is contained in:
Til Schmitter 2026-05-05 20:39:02 +02:00
parent 3496ed027d
commit 97c9647ed6

View file

@ -963,6 +963,8 @@ tr.play td:nth-child(1) a {
max-height: calc(var(--grid-sz)/1.25);
margin: 0 auto;
display: block;
width: 100%;
object-fit: cover;
}
#ggrid>a.dir img {
max-width: calc(var(--grid-sz) - 20px);