fix transparent thumbnails

This commit is contained in:
Til Schmitter 2026-05-08 18:56:48 +02:00
parent 47be8f9cd0
commit 67c5194ab2
2 changed files with 4 additions and 1 deletions

View file

@ -3981,7 +3981,7 @@ html.e #wrap.thin {
a.img {
height: calc(var(--grid-sz) - 1em);
max-height: none;
span {
span:not(.th_ext) {
display: none;
}
}

View file

@ -6673,6 +6673,9 @@ var thegrid = (function () {
function th_onload(el) {
el.style.height = '';
el.previousSibling.style.display =
el.previousSibling.previousSibling.style.display =
'none'
}
function th_onerror(el) {