mirror of
https://github.com/zadam/trilium.git
synced 2026-02-23 06:04:25 +01:00
style(next): tweak launcher bar height
This commit is contained in:
parent
6c035c7756
commit
082cb71e83
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
--launcher-pane-size: 58px;
|
--launcher-pane-size: 58px;
|
||||||
--launcher-pane-horizontal-size: 54px;
|
--launcher-pane-horizontal-size: 54px;
|
||||||
|
--launcher-pane-horizontal-icon-size: 20px;
|
||||||
--launcher-pane-button-margin: 6px;
|
--launcher-pane-button-margin: 6px;
|
||||||
--launcher-pane-button-gap: 3px;
|
--launcher-pane-button-gap: 3px;
|
||||||
|
|
||||||
@ -415,6 +416,10 @@
|
|||||||
box-shadow 100ms ease-in;
|
box-shadow 100ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#launcher-pane.horizontal .launcher-button {
|
||||||
|
font-size: var(--launcher-pane-horizontal-icon-size);
|
||||||
|
}
|
||||||
|
|
||||||
#launcher-pane .global-menu-button {
|
#launcher-pane .global-menu-button {
|
||||||
--hover-item-background-color: transparent;
|
--hover-item-background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user