style(legacy): apply launcher context fixes on mobile

This commit is contained in:
Elian Doran 2024-12-28 11:21:13 +02:00
parent 68805ddd49
commit 7112441818
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View File

@ -1172,6 +1172,14 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
background-color: var(--launcher-pane-background-color);
}
body.mobile #launcher-pane .dropdown-menu.show {
position: fixed !important;
top: var(--launcher-pane-size) !important;
left: 0 !important;
right: 0 !important;
transform: unset !important;
}
#right-pane {
overflow: auto;
}

View File

@ -119,14 +119,6 @@ body.layout-horizontal > .horizontal {
margin: var(--launcher-pane-button-gap) var(--launcher-pane-button-margin);
}
body.mobile #launcher-pane .dropdown-menu.show {
position: fixed !important;
top: var(--launcher-pane-size) !important;
left: 0 !important;
right: 0 !important;
transform: unset !important;
}
#launcher-pane .launcher-button {
padding: 0 !important;
border-radius: 8px;