full-width selection actions on small screens

This commit is contained in:
Til Schmitter 2026-06-19 23:24:58 +02:00
parent b2b88830a5
commit 1bec09cea8
2 changed files with 10 additions and 0 deletions

View file

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

View file

@ -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();