diff options
| author | Fuwn <[email protected]> | 2024-01-31 06:08:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 06:08:39 -0800 |
| commit | 17be79da457e41db432977d0abc43cb845185728 (patch) | |
| tree | ab9c70ad907cecfa484023cd333c25d2cc099247 /src | |
| parent | feat(user): rainbow owner badge (diff) | |
| download | due.moe-17be79da457e41db432977d0abc43cb845185728.tar.xz due.moe-17be79da457e41db432977d0abc43cb845185728.zip | |
feat(layout): faster dropdown
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/+layout.svelte | 2 |
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%); |