fix uncropped gallery layout issue

This commit is contained in:
Til Schmitter 2026-05-07 19:12:30 +02:00
parent 572ad911e7
commit 03ec82ac92

View file

@ -3952,7 +3952,7 @@ html.e #wrap.thin {
margin: .3em;
}
a.img {
height: calc(var(--grid-sz) / 1.1 - 4px);
height: calc(var(--grid-sz) - 1em);
max-height: none;
span {
display: none;