Skip to content

Commit a68f351

Browse files
committed
style/launcher: fix arrow rotation on the legacy theme
1 parent a95a2ea commit a68f351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/widgets/buttons/left_pane_toggle.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
}
1515
}
1616

17+
.layout-vertical .left-pane-toggle-button::before {
18+
display: block;
19+
}
20+
1721
.layout-vertical .left-pane-toggle-button.action-collapse::before {
1822
transform: rotate(360deg);
1923
animation: left-pane-toggle-button-collapse 600ms ease-in-out;

0 commit comments

Comments
 (0)