From 008b975d7fc172ac04f07b1a99708ad1b38e83cb Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 10:27:57 +0200 Subject: [PATCH] changes NOTHING but makes bbox buttons more consistent on FF mobile --- copyparty/web/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 5a01ac84..d58bf782 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2605,6 +2605,11 @@ html.y #bbox-overlay figcaption a { top: -3.5em; pointer-events: none; } +@-moz-document url-prefix() { + #bbox-overlay.immersive #bbox-btns { + top: 0; + } +} #bbox-overlay .btn { cursor: pointer; padding: 0 .4em;