From e0483893ce4437349161fb73bdaf0386230d8222 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 22:18:36 +0200 Subject: [PATCH] html.e path width reduced --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 921a177b..c57ac4ed 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4640,6 +4640,7 @@ html.e #pathBar { html.e #path { background: var(--bg-u2); margin-right: 0; + width: auto; } html.e #path i { border: 1px solid var(--w);