feat(tui): stable detail panel with scroll, pinned footer, and 60/40 split #165
@@ -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