diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-26 09:47:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-26 09:47:28 +0200 |
| commit | 81ffb947201690088ef25a1839a8993bbfc27f03 (patch) | |
| tree | 948400add2b7df214c1587f04fe4ec9bd51c439a /internal/tui/dashboard/layout.go | |
| parent | ad4d7fca20d80f71ccabef3281e3f80081f4db62 (diff) | |
tui: fix responsive layout and stream viewport chrome
Diffstat (limited to 'internal/tui/dashboard/layout.go')
| -rw-r--r-- | internal/tui/dashboard/layout.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/tui/dashboard/layout.go b/internal/tui/dashboard/layout.go new file mode 100644 index 0000000..38cce18 --- /dev/null +++ b/internal/tui/dashboard/layout.go @@ -0,0 +1,3 @@ +package dashboard + +const panelHorizontalChrome = 4 |
