tenseleyflow/loader / e3cb8ed

Browse files

Fix layout: 4-row grid for approval bar, height:auto on tool widgets

Authored by espadonne
SHA
e3cb8ed1295bfa53f0ac52ba6ecc094bd70c3195
Parents
7aa768e
Tree
359cb99

1 changed file

StatusFile+-
M src/loader/ui/styles/theme.tcss 3 2
src/loader/ui/styles/theme.tcssmodified
@@ -4,11 +4,11 @@ Screen {
44
     background: $surface;
55
 }
66
 
7
-/* Main layout */
7
+/* Main layout — 4 rows: message area, approval bar (auto-hidden), input, status */
88
 #main-container {
99
     layout: grid;
1010
     grid-size: 1;
11
-    grid-rows: 1fr 3 1;
11
+    grid-rows: 1fr auto 3 1;
1212
 }
1313
 
1414
 #message-area {
@@ -53,6 +53,7 @@ StatusLine {
5353
 
5454
 /* Tool widgets */
5555
 ToolCallWidget {
56
+    height: auto;
5657
     margin: 0 0 1 0;
5758
     padding: 0 1;
5859
     border-left: thick $accent;