style(tui): adjust monitor/detail split to 60/40
Gives monitors panel more room for columns while detail sidebar content stacks vertically and doesn't need the extra width.
This commit was merged in pull request #165.
This commit is contained in:
@@ -161,7 +161,7 @@ func (m Model) viewMonitorsLayout() string {
|
|||||||
}
|
}
|
||||||
remaining := availW - maintW
|
remaining := availW - maintW
|
||||||
if showDetail {
|
if showDetail {
|
||||||
monW = remaining * 45 / 100
|
monW = remaining * 60 / 100
|
||||||
detailW = remaining - monW
|
detailW = remaining - monW
|
||||||
} else {
|
} else {
|
||||||
monW = remaining
|
monW = remaining
|
||||||
|
|||||||
Reference in New Issue
Block a user