mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 16:44:29 +01:00
feat(next): improve global menu layout on mobile
This commit is contained in:
parent
ed5add5954
commit
fe9d98d248
@ -925,12 +925,20 @@ body.mobile .dropdown-submenu {
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile .dropdown-item:not(:last-of-type) {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.mobile .dropdown-menu {
|
||||||
|
font-size: 1.05rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-submenu > .dropdown-menu {
|
body.mobile .dropdown-submenu > .dropdown-menu {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin-top: 0 !important;
|
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-submenu > .dropdown-toggle {
|
body.mobile .dropdown-submenu > .dropdown-toggle {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user