Faster menu animation

This commit is contained in:
2023-05-17 20:06:49 +02:00
parent 3a2b0bd693
commit a26d0412ff
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ export let edit_window
min-width: 100px;
text-align: center;
vertical-align: middle;
transition: left 0.5s;
transition: left 0.25s;
overflow: hidden;
border-radius: 12px;
border: 2px solid var(--separator);