aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 06:08:39 -0800
committerFuwn <[email protected]>2024-01-31 06:08:39 -0800
commit17be79da457e41db432977d0abc43cb845185728 (patch)
treeab9c70ad907cecfa484023cd333c25d2cc099247 /src
parentfeat(user): rainbow owner badge (diff)
downloaddue.moe-17be79da457e41db432977d0abc43cb845185728.tar.xz
due.moe-17be79da457e41db432977d0abc43cb845185728.zip
feat(layout): faster dropdown
Diffstat (limited to 'src')
-rw-r--r--src/routes/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index c263d4c5..6d57ff78 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -278,7 +278,7 @@
opacity: 0;
transform: translateY(-20px);
visibility: hidden;
- $delay: 0.5s;
+ $delay: 0.25s;
transition: opacity $delay ease, transform $delay ease, visibility 0s linear $delay;
left: 50%;
transform: translateX(-50%);