feat(ui): patterns list and create form layout

Made-with: Cursor
This commit is contained in:
pi
2026-04-12 00:13:58 +12:00
parent 7bdb324ebc
commit fbd4295302
3 changed files with 64 additions and 43 deletions

View File

@@ -1288,6 +1288,12 @@ body.preset-ui-run .edit-mode-only {
justify-content: stretch;
}
#pattern-editor-modal .n-param-group:has(.pattern-n-readable-input) label {
flex: 0 0 auto;
min-width: 2.25rem;
font-weight: 500;
}
#pattern-editor-modal .pattern-n-readable-input {
flex: 1 1 auto;
width: 100%;