mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -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 {
|
summary:hover {
|
||||||
background: var(--bg-u3);
|
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 {
|
#up_quick_more a {
|
||||||
padding: .6em;
|
padding: .6em;
|
||||||
}
|
}
|
||||||
|
#opa_acc {
|
||||||
|
position: absolute;
|
||||||
|
top: 1em;
|
||||||
|
right: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 70em) {
|
@media (min-width: 70em) {
|
||||||
html.d #barpos,
|
html.d #barpos,
|
||||||
|
|
@ -4591,13 +4602,6 @@ html.e #detree {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
#opa_acc,
|
|
||||||
#srchfolder_div {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
height: max-content;
|
|
||||||
margin-left: .3em;
|
|
||||||
}
|
|
||||||
#op_acc {
|
#op_acc {
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue