jjlj
This commit is contained in:
20
TUI/tui.tcss
20
TUI/tui.tcss
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user