From 6780a209c28d3c6c7d4436b32905c1021db615c1 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 17 May 2026 16:24:28 +0200 Subject: [PATCH] html.fy: don't go outside of screen bounds to prevent scrolling horizontally --- copyparty/web/browser.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 865ed498..db3ce725 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3955,6 +3955,12 @@ html.e #wrap.thin { top: 1em; right: 1em; } + html.fy { + #actionsArea, + #pathBar.thin #actionsArea { + right: 0; + } + } #folder_search { margin: .5em 1em 0 .2em; } @@ -5452,9 +5458,6 @@ html.fy { background: var(--bg-u2); border-bottom: var(--btn-bb); } - .thin #pathBar { - margin-right: -1.3em; - } #ops, #path, .ghead {