diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index cf3ef75e..dcbe0887 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2038,6 +2038,7 @@ html.a .btn { #tree ul a { border-radius: var(--b-radius); display: inline-block; + vertical-align: center; } .ntree a+a { width: calc(100% - 2.2em); @@ -2605,11 +2606,6 @@ html.y #bbox-overlay figcaption a { top: -3.5em; pointer-events: none; } -@-moz-document url-prefix() { - #bbox-overlay.immersive #bbox-btns { - top: 0; - } -} #bbox-overlay .btn { cursor: pointer; padding: 0 .4em; @@ -3690,6 +3686,12 @@ html.e #wrap.thin { } } @media (max-width: 50em){ + .ntree a + a { + line-height: 2em; + } + #files tbody a { + padding: .8em 0; + } html:not(.e) body { font-size: 1.1em; } @@ -4760,7 +4762,7 @@ html.e #detree { padding: 1em; pointer-events: none; transition: width .15s; - background: linear-gradient(transparent, var(--bg-u2)); + background: linear-gradient(to top, var(--bg-u2), transparent); } .popup_button { border-radius: var(--b-radius);