diff --git a/src/components/tui/main.go b/src/components/tui/main.go index b79971d..b8431e7 100644 --- a/src/components/tui/main.go +++ b/src/components/tui/main.go @@ -859,6 +859,7 @@ func (m *mainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { case tea.WindowSizeMsg: h, v := DocStyle.GetFrameSize() m.list.SetSize(msg.Width-h, msg.Height-v-1) + DocStyle.Width(msg.Width - h) } // return