diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1e2771f3..0029c089 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4305,34 +4305,24 @@ html.e #detree { border-radius: .3em; margin: .2em .3em; } -#spaceFree{ +#spaceFree, #rtt_latency { color: var(--fg); - text-align: center; + text-align: left; padding: 2px; - position: absolute; - bottom: 150%; - left: 0%; font-size: small; cursor: default; } -#spaceUsed_bar{ - position: absolute; - left: 0; - bottom: 125%; - /* width: 50%; */ - height: .3em; - border-radius: .3em; - background: var(--btn-1-bg); -} -#spaceTotal_bar{ - position: absolute; - left: 0; - bottom: 125%; - width: 100%; +#spaceUsed_bar, #spaceTotal_bar{ height: .3em; border-radius: .3em; background: var(--btn-h-bg); } +#spaceUsed_bar{ + background: var(--btn-1-bg); +} +#spaceTotal_bar { + margin-bottom: .5em; +} #tree_footer { position: absolute; bottom: 1em; diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 3cbabb1e..13041609 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -140,8 +140,7 @@