mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-20 02:51:40 +08:00
fix(mobile): sidebar not working in tablet view
This commit is contained in:
parent
44ed840e78
commit
c482cef369
@ -1173,6 +1173,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
background-color: var(--left-pane-background-color);
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
#mobile-sidebar-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -1204,6 +1205,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
#mobile-sidebar-container.show #mobile-sidebar-wrapper {
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
|
||||
#launcher-pane {
|
||||
color: var(--launcher-pane-text-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user