added sidebar for ergonomics and error display of the configuration

This commit is contained in:
2026-01-17 18:53:29 -05:00
parent b5be587a63
commit d49c33268a
8 changed files with 844 additions and 50 deletions

View File

@@ -127,12 +127,13 @@ select {
font-size: 12px;
}
.env-row {
.selector-row {
display: flex;
align-items: flex-end;
gap: 8px;
}
.env-row .env-field {
.selector-row .selector-field {
flex: 1;
margin: 0;
}