style/launcher: fix arrow rotation on the legacy theme

This commit is contained in:
Adorian Doran 2025-10-13 22:17:46 +03:00
parent a95a2ea7dc
commit a68f351797

View File

@ -14,6 +14,10 @@
}
}
.layout-vertical .left-pane-toggle-button::before {
display: block;
}
.layout-vertical .left-pane-toggle-button.action-collapse::before {
transform: rotate(360deg);
animation: left-pane-toggle-button-collapse 600ms ease-in-out;