style(mobile): increase width of sidebar

This commit is contained in:
Elian Doran 2025-01-04 01:43:03 +02:00
parent ae34741f47
commit 16e9d74169
No known key found for this signature in database

View File

@ -1196,7 +1196,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
top: 0;
left: 0;
bottom: 0;
width: 80vw;
width: 85vw;
padding-top: env(safe-area-inset-top);
transform: translateX(-100%);
transition: transform 250ms ease-in-out;