Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7e35a2d

Browse files
committed
fix(ui): Fix the launcher shifting issue when collapsing the left pane
1 parent 729a326 commit 7e35a2d

File tree

1 file changed

+1
-0
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+1
-0
lines changed

apps/client/src/stylesheets/theme-next/shell.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body.layout-horizontal > .horizontal {
131131
}
132132

133133
#launcher-pane.vertical #launcher-container {
134+
width: var(--launcher-pane-size);
134135
height: 100%;
135136
overflow-x: hidden;
136137
overflow-y: auto;

0 commit comments

Comments
 (0)