move acc button to top right on mobile layout

This commit is contained in:
Til Schmitter 2026-04-18 21:17:26 +02:00
parent 2874fba115
commit a02dce0b6d

View file

@ -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;
}