mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
more aggressive image load prevention (?)
This commit is contained in:
parent
f50c870916
commit
c9515ca85c
|
|
@ -4134,7 +4134,7 @@ html.e #wrap.thin .ghead {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prevent load of new thumbnails */
|
/* prevent load of new thumbnails */
|
||||||
#ggrid.waiting a:not(.thumbed) img {
|
#ggrid.waiting img {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@supports (display: grid) and (gap: 1em) {
|
@supports (display: grid) and (gap: 1em) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue