hide image errors

This commit is contained in:
Til Schmitter 2026-05-08 21:20:36 +02:00
parent b0f5d5789b
commit 57c3925660
2 changed files with 2 additions and 0 deletions

View file

@ -967,6 +967,7 @@ tr.play td:nth-child(1) a {
}
#ggrid>a img {
z-index: 1;
opacity: 0;
border-radius: 5px;
border-radius: calc(var(--radius) / 3 * 2);
max-width: 10em;

View file

@ -6669,6 +6669,7 @@ var thegrid = (function () {
function th_onload(el) {
el.style.opacity = '1'
el.style.height = '';
el.previousSibling.style.display =
el.previousSibling.previousSibling.style.display =