diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 21:50:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 21:50:58 +0200 |
| commit | a4298701546b09fccb15ce30db7c7e3f4070525c (patch) | |
| tree | b3433014284ccd354be48efb2ce125ccaf236d7e /internal/tui/tui.go | |
| parent | 2bd89ced830f97fd12a672fddb6978d204a014fd (diff) | |
fix(tui): stabilize full-width layout and sparkline rendering
Diffstat (limited to 'internal/tui/tui.go')
| -rw-r--r-- | internal/tui/tui.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go index 3551e72..f4e45a1 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -695,9 +695,6 @@ func renderHelpOverlay(width, height int, groups [][]key.Binding) string { lines = append(lines, "", "Esc/? close") boxWidth := width - 6 - if boxWidth > 110 { - boxWidth = 110 - } if boxWidth < 72 { boxWidth = 72 } |
