From a95a2ea7dcd15be09ac25d60ce98d45a1f9fad19 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 13 Oct 2025 22:09:56 +0300 Subject: [PATCH] style/launcher: tweak (again) the left pane toggle button --- apps/client/src/widgets/buttons/left_pane_toggle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/buttons/left_pane_toggle.css b/apps/client/src/widgets/buttons/left_pane_toggle.css index 0946c6ed4..b40fcc420 100644 --- a/apps/client/src/widgets/buttons/left_pane_toggle.css +++ b/apps/client/src/widgets/buttons/left_pane_toggle.css @@ -16,10 +16,10 @@ .layout-vertical .left-pane-toggle-button.action-collapse::before { transform: rotate(360deg); - animation: left-pane-toggle-button-collapse 250ms linear; + animation: left-pane-toggle-button-collapse 600ms ease-in-out; } .layout-vertical .left-pane-toggle-button.action-expand::before { transform: rotate(180deg); - animation: left-pane-toggle-button-expand 250ms linear; + animation: left-pane-toggle-button-expand 600ms ease-in-out; } \ No newline at end of file