From 6bce8527651de7125a6f2073750603043421e20a Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Jun 2022 22:05:13 +0200 Subject: [PATCH] ux: treepar positioning --- copyparty/web/browser.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 703d27b0..7151fd93 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1197,7 +1197,7 @@ html { z-index: 1; position: fixed; background: var(--tree-bg); - left: -.75em; + left: -.98em; width: calc(var(--nav-sz) - 0.5em); border-bottom: 1px solid var(--bg-u5); overflow: hidden; @@ -2492,10 +2492,14 @@ html.b #treeh, html.b #tree li { border: none; } +html.b #tree li { + margin-left: .8em; +} html.b .ntree a { padding: .6em .2em; } html.b #treepar { + margin-left: .62em; border-bottom: .2em solid var(--f-h-b1); } html.b #wrap {