fix divider height

This commit is contained in:
2026-01-04 01:50:18 +00:00
parent ae12407f45
commit 8609cbd90c
+1
View File
@@ -159,6 +159,7 @@ func (m model) View() string {
tree := m.tree.View() tree := m.tree.View()
tree = lipgloss.NewStyle(). tree = lipgloss.NewStyle().
Border(lipgloss.NormalBorder()). Border(lipgloss.NormalBorder()).
Height(m.terminalHeight).
Width(40). Width(40).
Align(lipgloss.Left). Align(lipgloss.Left).
PaddingRight(2). PaddingRight(2).