This commit is contained in:
nose
2025-11-27 10:59:01 -08:00
parent e9b505e609
commit 9eff65d1af
30 changed files with 2099 additions and 1095 deletions

View File

@@ -6,7 +6,7 @@
layout: vertical;
}
#command-row {
#command-pane {
width: 100%;
height: auto;
background: $boost;
@@ -18,7 +18,6 @@
width: 1fr;
min-height: 3;
padding: 0 1;
margin-right: 1;
background: $surface;
color: $text;
border: round $primary;
@@ -30,7 +29,9 @@
}
#status-panel {
min-width: 20;
width: auto;
max-width: 25;
height: 3;
text-style: bold;
content-align: center middle;
padding: 0 1;
@@ -52,7 +53,7 @@
}
#left-pane {
max-width: 48;
max-width: 60;
}
.section-title {
@@ -67,6 +68,11 @@
margin-bottom: 1;
}
#preset-list {
height: 25;
border: solid $secondary;
}
#log-output {
height: 16;
}
@@ -97,4 +103,10 @@
.status-error {
background: $error 20%;
color: $error;
}
#run-button {
width: auto;
min-width: 10;
margin: 0 1;
}