mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(legacy): apply launcher context fixes on mobile
This commit is contained in:
parent
68805ddd49
commit
7112441818
@ -1172,6 +1172,14 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
background-color: var(--launcher-pane-background-color);
|
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 {
|
#right-pane {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -119,14 +119,6 @@ body.layout-horizontal > .horizontal {
|
|||||||
margin: var(--launcher-pane-button-gap) var(--launcher-pane-button-margin);
|
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 {
|
#launcher-pane .launcher-button {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user