mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 15:32:24 +01:00
feat(next): improve position of submenus on mobile
This commit is contained in:
@@ -939,6 +939,7 @@ body.mobile .dropdown-item:not(:last-of-type) {
|
||||
|
||||
body.mobile .dropdown-menu {
|
||||
font-size: 1.05rem !important;
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
body.mobile .dropdown-submenu > .dropdown-menu {
|
||||
@@ -949,7 +950,7 @@ body.mobile .dropdown-submenu > .dropdown-menu {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
body.mobile .dropdown-submenu > .dropdown-toggle {
|
||||
body.mobile #launcher-pane .dropdown-submenu > .dropdown-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user