style(next): fix launcher pane context menu

This commit is contained in:
Elian Doran 2024-12-13 11:03:01 +02:00
parent 1b29c81ceb
commit 0ca2d5e0b0
No known key found for this signature in database

View File

@ -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,