fix divider height
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user