fix(ui): Fix the launcher shifting issue when collapsing the left pane

This commit is contained in:
SiriusXT 2025-05-12 14:14:27 +08:00
parent 729a32610a
commit 7e35a2dee5

View File

@ -131,6 +131,7 @@ body.layout-horizontal > .horizontal {
}
#launcher-pane.vertical #launcher-container {
width: var(--launcher-pane-size);
height: 100%;
overflow-x: hidden;
overflow-y: auto;