more aggressive image load prevention (?)

This commit is contained in:
Til Schmitter 2026-05-25 00:50:23 +02:00
parent f50c870916
commit c9515ca85c

View file

@ -4134,7 +4134,7 @@ html.e #wrap.thin .ghead {
}
/* prevent load of new thumbnails */
#ggrid.waiting a:not(.thumbed) img {
#ggrid.waiting img {
display: none;
}
@supports (display: grid) and (gap: 1em) {