feat: proper menu editor now

This commit is contained in:
2026-02-21 21:48:35 +01:00
parent e1d470a44a
commit 9dfada8466
11 changed files with 83 additions and 17 deletions

View File

@@ -124,8 +124,19 @@
}
.menu-editor-row-kind {
font-size: 0.75rem;
opacity: 0.85;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1rem;
min-width: 1rem;
opacity: 0.9;
}
.menu-editor-row-kind-icon {
display: inline-flex;
align-items: center;
justify-content: center;
color: inherit;
}
.menu-editor-row-title {