From a7e6810121f66382005bccdac3f9170a8c71d1d8 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 21:47:20 +0200 Subject: [PATCH] always stretch path bar --- copyparty/web/browser.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index f80dd06c..34cf4dde 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -592,7 +592,6 @@ html .ayjump:focus-visible { display: flex; margin: 0; align-content: center; - justify-content: space-between; position: sticky; z-index: 4; background: linear-gradient(to bottom, var(--bg), transparent); @@ -607,8 +606,8 @@ html .ayjump:focus-visible { text-shadow: 1px 1px 0 var(--bg-max); font-weight: normal; display: block; - margin: 0 .4em 0 0; - /* min-width: 10em; */ + margin: 0 .5em 0 0; + width: calc(100% - .6em); align-content: center; padding: .2em; font-size: 1.2em;