diff options
Diffstat (limited to 'static/pages')
| -rw-r--r-- | static/pages/main/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |