improve menus

This commit is contained in:
2026-03-07 21:49:15 +01:00
parent 65d4f216a8
commit 39719b1823
2 changed files with 64 additions and 44 deletions

View File

@@ -44,11 +44,12 @@ body {
@keyframes edge-flow {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 14;
}
to {
stroke-dashoffset: 0;
}
}
/* Resize control: snappy drag, no transition or selection delay */