From 007bc3fe0615f38cb31d5116759ed3500f6fd3e6 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 14 Nov 2025 22:15:42 +0100 Subject: frontend: make transition smoother --- static/pages/main/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/pages') diff --git a/static/pages/main/index.css b/static/pages/main/index.css index 421e689..baab27b 100644 --- a/static/pages/main/index.css +++ b/static/pages/main/index.css @@ -18,7 +18,7 @@ height: 50px; backdrop-filter: blur(10px); border-radius: var(--border-radius); - transition: bottom 0.1s ease; + transition: bottom 0.2s ease; } #bar.hidden { @@ -42,7 +42,6 @@ height: 60px; margin-top: -20px; background: var(--primary); - transition: width 0.1s ease, height 0.1s ease, margin 0.1s ease; color: var(--card-background); font-weight: bold; font-size: 2em; -- cgit v1.2.3-70-g09d2