Fix UI layout: adjust chat panel and input widths to fill screen
This commit is contained in:
@@ -627,14 +627,14 @@ func (m *Model) View() string {
|
||||
Border(lipgloss.RoundedBorder()).
|
||||
BorderForeground(lipgloss.Color("63")).
|
||||
Padding(0, 1).
|
||||
Width(rightBoxWidth - 4).
|
||||
Width(rightBoxWidth).
|
||||
Height(panelHeight)
|
||||
|
||||
inputStyle := lipgloss.NewStyle().
|
||||
Border(lipgloss.NormalBorder()).
|
||||
BorderForeground(lipgloss.Color("63")).
|
||||
Padding(0, 1).
|
||||
Width(m.width - 6)
|
||||
Width(m.width - 2)
|
||||
|
||||
// Header with status bar
|
||||
header := m.renderStatusBar()
|
||||
|
||||
Reference in New Issue
Block a user