fix upscale toggle for new layout

This commit is contained in:
Til Schmitter 2026-05-06 00:25:35 +02:00
parent 448cd37f1e
commit 4f586144b7

View file

@ -969,6 +969,9 @@ tr.play td:nth-child(1) a {
#ggrid.noupscale>a img {
width: auto;
}
#ggrid.noupscale.gallery.nocrop>a img {
object-fit: scale-down;
}
#ggrid>a.dir img {
max-width: calc(var(--grid-sz) - 20px);
margin: 10px auto 0 auto;