Skip to content

Commit

Permalink
Sizing of upper/lower/log panels
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Nov 10, 2024
1 parent c4caecc commit d59263f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion discodos/ctrl/tui_ls.tcss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@ DataTable Column {
align: center top;
}


#upper-area {
border: solid grey;
height: 2fr;
}
#lower-area {
border: solid grey;
height: 2fr;
}
#log-area {
border: solid grey;
height: 1fr;
}


#lower-left-column {
align: center top;
padding: 0;
Expand All @@ -31,4 +39,4 @@ DataTable Column {
#lower-right-column {
align: center top;
padding: 0;
}
}

0 comments on commit d59263f

Please sign in to comment.