only hide filename when thumbnail loaded

This commit is contained in:
Til Schmitter 2026-05-08 23:38:38 +02:00
parent 696c709438
commit a7cf7fcd74

View file

@ -3979,15 +3979,15 @@ html.e #wrap.thin {
}
a.img {
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;
@ -4023,10 +4023,8 @@ html.e #wrap.thin {
margin-right: 10px;
}
}
a.img {
span:not(.th_ext) {
display: none;
}
a.img.thumbed span:not(.th_ext) {
display: none;
}
}