mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
style(next): fix launcher pane context menu
This commit is contained in:
parent
1b29c81ceb
commit
0ca2d5e0b0
@ -153,6 +153,14 @@ body.layout-horizontal > .horizontal {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#launcher-pane.vertical .spacer {
|
||||
width: var(--launcher-pane-size);
|
||||
}
|
||||
|
||||
#launcher-pane.horizontal .spacer {
|
||||
height: var(--launcher-pane-size);
|
||||
}
|
||||
|
||||
/* Protected session enabled button */
|
||||
|
||||
#launcher-pane button.bx-check-shield,
|
||||
|
Loading…
x
Reference in New Issue
Block a user