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