mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
feat(launch_bar): improve look on small windows
This commit is contained in:
parent
69b2824f9c
commit
86433e4c51
@ -11,6 +11,7 @@ const TPL = /*html*/`
|
||||
.global-menu {
|
||||
width: 53px;
|
||||
height: 53px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.global-menu .dropdown-menu {
|
||||
|
@ -1288,6 +1288,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
border: none;
|
||||
color: var(--launcher-pane-text-color);
|
||||
background-color: var(--launcher-pane-background-color);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#launcher-pane.vertical .launcher-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user