diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index a8bb4faf..ddb70704 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3208,7 +3208,13 @@ summary { summary:hover { background: var(--bg-u3); } - +#opa_acc, +#srchfolder_div { + position: relative; + display: flex; + height: max-content; + margin-left: .3em; +} @@ -3563,6 +3569,11 @@ html.d #treepar { #up_quick_more a { padding: .6em; } + #opa_acc { + position: absolute; + top: 1em; + right: 1em; + } } @media (min-width: 70em) { html.d #barpos, @@ -4591,13 +4602,6 @@ html.e #detree { text-align: left; width: auto; } -#opa_acc, -#srchfolder_div { - position: relative; - display: flex; - height: max-content; - margin-left: .3em; -} #op_acc { left: auto; }