mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-02 05:51:30 +08:00
style(next): improve global menu button on horizontal layout
This commit is contained in:
parent
ff465baaf2
commit
cb488eb333
@ -109,6 +109,7 @@ body.layout-horizontal > .horizontal {
|
||||
#launcher-pane.horizontal {
|
||||
height: var(--launcher-pane-size) !important;
|
||||
border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button,
|
||||
@ -138,7 +139,9 @@ body.layout-horizontal > .horizontal {
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button:hover,
|
||||
#launcher-pane .launcher-button.right-dropdown-button.show {
|
||||
#launcher-pane .launcher-button.right-dropdown-button.show,
|
||||
#launcher-pane.horizontal .global-menu-button:hover,
|
||||
#launcher-pane.horizontal .global-menu-button.show {
|
||||
background: var(--launcher-pane-button-hover-background) !important;
|
||||
color: var(--launcher-pane-button-hover-color);
|
||||
box-shadow: var(--launcher-pane-button-hover-shadow);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user