feat: implement CanvasMenubar component and integrate keyboard shortcuts

This commit is contained in:
2026-03-09 21:19:08 +01:00
parent 4e51b6866f
commit e789a0a164
11 changed files with 117 additions and 235 deletions

View File

@@ -164,6 +164,12 @@ pre {
scrollbar-color: hsl(var(--muted-foreground) / 0.35) transparent;
}
*,
::before,
::after {
border-color: unset;
}
.dark * {
scrollbar-color: hsl(var(--muted-foreground) / 0.4) transparent;
}