From f37600a21e57667d28142edb70f0e8b8b1369a87 Mon Sep 17 00:00:00 2001 From: Nikita Krasnov Date: Sun, 13 Jul 2025 12:47:18 +0300 Subject: [PATCH] Disable sidebar-resizing transition animation This animation causes visual bugs (#2697) and makes the whole resize process appear less smooth (compared to not having this animation at all). --- src/front-end/css/general.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/front-end/css/general.css b/src/front-end/css/general.css index 9946cfc01a..88c38d4f99 100644 --- a/src/front-end/css/general.css +++ b/src/front-end/css/general.css @@ -86,13 +86,6 @@ h6:target::before { box-sizing: border-box; background-color: var(--bg); } -.no-js .page-wrapper, -.js:not(.sidebar-resizing) .page-wrapper { - transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ -} -[dir=rtl] .js:not(.sidebar-resizing) .page-wrapper { - transition: margin-right 0.3s ease, transform 0.3s ease; /* Animation: slide away */ -} .content { overflow-y: auto;