diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-14 22:15:42 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-14 22:15:42 +0100 |
| commit | 007bc3fe0615f38cb31d5116759ed3500f6fd3e6 (patch) | |
| tree | f05a31d929852c7671ed87e4d2a82193c1e71eb8 /static/pages | |
| parent | 14d496a78d15926ca52e63d1e51641a5f8350c00 (diff) | |
frontend: make transition smoother
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; |