fix(launcher-pane): Prevent the launcher pane from being compressed

This commit is contained in:
SiriusXT 2025-05-18 18:19:54 +08:00
parent 22b64a0dc4
commit 0e9c381df4

View File

@ -127,6 +127,7 @@ body.layout-horizontal > .horizontal {
--launcher-pane-button-gap: var(--launcher-pane-vert-button-gap);
width: var(--launcher-pane-size) !important;
min-width: var(--launcher-pane-size) !important;
padding-bottom: var(--launcher-pane-button-gap);
}