mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-05 07:08:14 +08:00
feat(next): improve position of submenus on mobile
This commit is contained in:
parent
b06959900f
commit
0eca95cecb
@ -939,6 +939,7 @@ body.mobile .dropdown-item:not(:last-of-type) {
|
|||||||
|
|
||||||
body.mobile .dropdown-menu {
|
body.mobile .dropdown-menu {
|
||||||
font-size: 1.05rem !important;
|
font-size: 1.05rem !important;
|
||||||
|
position: static !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-submenu > .dropdown-menu {
|
body.mobile .dropdown-submenu > .dropdown-menu {
|
||||||
@ -949,7 +950,7 @@ body.mobile .dropdown-submenu > .dropdown-menu {
|
|||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-submenu > .dropdown-toggle {
|
body.mobile #launcher-pane .dropdown-submenu > .dropdown-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user