From 989173a2e6cf76297dcabb3ff991d507faf4838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 30 Jun 2026 19:18:29 +0200 Subject: [PATCH] Fix bottom drawer re-animating while open --- app/styles/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index db56cef..f2ecb1c 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1424,6 +1424,9 @@ button.create-place { border-top-left-radius: 16px; border-top-right-radius: 16px; inset: auto 0 0; + } + + .sidebar-opening .sidebar { animation: sidebar-slide-up-bottom 0.18s cubic-bezier(0.16, 1, 0.3, 1) forwards; }