chore(sidebar): increase logo height breakpoint threshold

Christian Rocha created

Change summary

internal/tui/components/chat/sidebar/sidebar.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/tui/components/chat/sidebar/sidebar.go 🔗

@@ -36,7 +36,7 @@ type FileHistory struct {
 	latestVersion  history.File
 }
 
-const LogoHeightBreakpoint = 40
+const LogoHeightBreakpoint = 30
 
 // Default maximum number of items to show in each section
 const (