From 01e94921e880c67e135d65c7ff7f545dc5a8afcc Mon Sep 17 00:00:00 2001 From: Til Date: Thu, 14 May 2026 11:10:07 +0200 Subject: [PATCH] consistent clickable area for showing media player modal --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8e90c14f..f1887ac7 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1211,6 +1211,8 @@ html:not(.e) #ggrid>a.thumbed.dir:before { } #widget.thin #trackname { margin-right: auto; + width: stretch; + width: -moz-available; } #np_inf { @@ -1506,6 +1508,7 @@ html:not(.e):not(.d) #up_quick .btn.on { text-overflow: ellipsis; margin-left: .3em; padding: 1.2em 0; + min-height: 1em; } #progbar { display: none;