mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
move acc button to top right on mobile layout
This commit is contained in:
parent
2874fba115
commit
a02dce0b6d
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue