With the new Mobile UI, I can reache the buttons at the bottom of the drop down menu.
With the new Mobile UI, I can reache the buttons at the bottom of the drop down menu.
TitanusOptronix said:
With the new Mobile UI, I can reache the buttons at the bottom of the drop down menu.
putting this in your user css (settings -> advanced) might help
.nav-logo, .nav-logo-link { height: 2rem; } .nav-toggled { padding-top: 2rem; }
I'm still looking for ways to make it fit smaller screens a bit better
in addition:
.nav-tools, .nav-help { gap: .5rem; padding: .5rem }
that should just about solve it with all semi-reasonable scren sizes.
it was initially 1rem of padding between each and since it was 1rem in all directions it effectively meant that there was 2 line heights (32px) between each of the options, which is honestly a bit absurd