diff --git a/internal/tui/components/chat/splash/splash.go b/internal/tui/components/chat/splash/splash.go index 163e8be44765404ce2f1f92e9371c2dcd6f67dd0..58fb48c2b2e290525ff88e02bb2354c5e2e2a6f6 100644 --- a/internal/tui/components/chat/splash/splash.go +++ b/internal/tui/components/chat/splash/splash.go @@ -457,7 +457,7 @@ func (s *splashCmp) Cursor() *tea.Cursor { func (s *splashCmp) isSmallScreen() bool { // Consider a screen small if either the width is less than 40 or if the // height is less than 20 - return s.width < 40 || s.height < 20 + return s.width < 55 || s.height < 20 } func (s *splashCmp) infoSection() string {