From 33d7cf05e1f6ace6e9274a05d7ac473403beb939 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 7 Apr 2026 22:48:19 +0200 Subject: [PATCH] layout / theme fixes --- copyparty/web/browser.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index f496b711..a4fec0f9 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1709,7 +1709,8 @@ html { font-size: 1.2em; margin: .2em; display: inline-block; - white-space: pre; + text-wrap-mode: wrap; + white-space-collapse: preserve; position: relative; top: -.12em; } @@ -2491,15 +2492,14 @@ html.y #bbox-overlay figcaption a { #s_divider{ background: var(--a); width: 1px; - margin: 1em .5em; + margin: 1em 0; } #s_nav .btn::after{ position: absolute; content: ">"; right: .5em; } -#s_nav .btn, -#s_list{ +#s_nav .btn{ padding-right: 2em; } .setting{ @@ -3388,14 +3388,14 @@ html.d #treepar { margin: .2em; } #ops { - margin: .5em; - border-radius: .3em; + margin: .5em !important; + border-radius: .3em !important; } #tree { z-index: 3; } #widget, #wrap { - margin-left: 0; + margin-left: 0 !important; } #pathBar { display: block; @@ -3935,7 +3935,6 @@ html.e #ops a { aspect-ratio: 1/1; justify-content: center; font-size: 1.25em; - z-index: 4; } html.e #blogout:focus, html.e #ops a:focus {