diff --git a/internal/tui/components/chat/splash/splash.go b/internal/tui/components/chat/splash/splash.go index f802832f7ab388f5c4992d9e190f0f5035ba70e2..b7d3cfa21b2a6e71bc77439367d29b25365fd388 100644 --- a/internal/tui/components/chat/splash/splash.go +++ b/internal/tui/components/chat/splash/splash.go @@ -411,7 +411,7 @@ func (s *splashCmp) View() string { remainingHeight := s.height - lipgloss.Height(s.logoRendered) - (SplashScreenPaddingY * 2) - lipgloss.Height(infoSection) - initContent := t.S().Base.AlignVertical(lipgloss.Bottom).Height(remainingHeight).Render( + initContent := t.S().Base.AlignVertical(lipgloss.Bottom).PaddingLeft(1).Height(remainingHeight).Render( lipgloss.JoinVertical( lipgloss.Left, initText,