fix sizes of placeholders in nocrop gallery

This commit is contained in:
Til Schmitter 2026-05-08 23:26:05 +02:00
parent 7c56989cf0
commit e29ef1b4fd

View file

@ -4007,7 +4007,9 @@ html.e #wrap.thin {
a.img {
min-width: calc(var(--grid-sz) / 2);
width: auto;
.thumb,
.thumb {
height: var(--grid-sz);
}
img {
max-width: 100%;
height: var(--grid-sz);