mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
full-width selection actions on small screens
This commit is contained in:
parent
b2b88830a5
commit
1bec09cea8
|
|
@ -4290,6 +4290,15 @@ html.e #wrap.thin .ghead {
|
|||
#widget {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
#wtoggle.sel {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
margin: 0 .1em .1em .1em;
|
||||
}
|
||||
#wstack.sel #up_quick,
|
||||
#wstack.sel #wtico {
|
||||
display: none;
|
||||
}
|
||||
#pathBar {
|
||||
display: block;
|
||||
padding: .5em 1em;
|
||||
|
|
|
|||
|
|
@ -9807,6 +9807,7 @@ var msel = (function () {
|
|||
r.all = null;
|
||||
|
||||
clmod(ebi('wtoggle'), 'sel', r.getsel().length);
|
||||
clmod(ebi('wstack'), 'sel', r.getsel().length);
|
||||
thegrid.loadsel();
|
||||
fileman.render();
|
||||
showfile.updtree();
|
||||
|
|
|
|||
Loading…
Reference in a new issue