fix for last commit

This commit is contained in:
Til Schmitter 2026-05-08 23:41:03 +02:00
parent a7cf7fcd74
commit b5de11093b

View file

@ -3977,17 +3977,17 @@ html.e #wrap.thin {
padding: .1em 0;
margin: .3em;
}
a.img {
a.img.thumbed {
max-height: none;
span:not(.th_ext) {
display: none;
}
.thumb,
img {
max-height: none;
height: calc(var(--grid-sz) - 8px);
}
}
a.img.thumbed span:not(.th_ext) {
display: none;
}
}
#ggrid.gallery.nocrop {
text-align: center;
@ -4004,7 +4004,7 @@ html.e #wrap.thin {
height: calc(var(--grid-sz) - 1.5em);
}
}
a.img {
a.img.thumbed {
min-width: calc(var(--grid-sz) / 2);
width: auto;
.thumb {
@ -4014,6 +4014,9 @@ html.e #wrap.thin {
max-width: 100%;
height: var(--grid-sz);
}
span:not(.th_ext) {
display: none;
}
}
a.dir {
.thumb,
@ -4023,9 +4026,6 @@ html.e #wrap.thin {
margin-right: 10px;
}
}
a.img.thumbed span:not(.th_ext) {
display: none;
}
}
#ggrid > a {