From 6c20460e368f9daff1609f725c3c59ffa48816a5 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 18 Jul 2025 15:05:24 -0400 Subject: [PATCH] chore(sidebar): increase logo height breakpoint threshold --- internal/tui/components/chat/sidebar/sidebar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/components/chat/sidebar/sidebar.go b/internal/tui/components/chat/sidebar/sidebar.go index 5c1e6ddb09e4069c98116d19906a8a09ca02288c..a01140417955c519b98b5d7f04773f8cb5b58de5 100644 --- a/internal/tui/components/chat/sidebar/sidebar.go +++ b/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 (