mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
hide image errors
This commit is contained in:
parent
b0f5d5789b
commit
57c3925660
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue