From a02dce0b6d260196b91314863f31df33524eb91f Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 18 Apr 2026 21:17:26 +0200 Subject: [PATCH] move acc button to top right on mobile layout --- copyparty/web/browser.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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; }