make nocrop stop cropping again after recent change

This commit is contained in:
Til Schmitter 2026-05-05 21:32:41 +02:00
parent a14320d6c2
commit 3db422909b

View file

@ -973,6 +973,7 @@ tr.play td:nth-child(1) a {
#ggrid.nocrop>a img {
max-height: 20em;
max-height: calc(var(--grid-sz)*2);
object-fit: contain;
}
.imgcontainer {