mirror of
https://github.com/zadam/trilium.git
synced 2025-11-28 19:44:24 +01:00
fix(global_menu): toggling advanced hides the menu most of the time
This commit is contained in:
parent
d2d7fd7c4c
commit
d358073081
@ -439,7 +439,8 @@ body.desktop .tabulator-popup-container,
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.desktop .dropdown-menu:not(#context-menu-container) .dropdown-item,
|
body.desktop .dropdown-menu:not(#context-menu-container) .dropdown-item,
|
||||||
body #context-menu-container .dropdown-item > span {
|
body #context-menu-container .dropdown-item > span,
|
||||||
|
body.mobile .dropdown .dropdown-submenu > span {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user