diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 5672249c..fc763102 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -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; } } diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index c586a100..8dfe79b9 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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) {