From 4552d369c69eb3f65d93ba4ae108f67293836026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Wed, 19 Nov 2025 19:06:53 +0700 Subject: [PATCH] Give more space for the right side --- src/popups/inspect_commit.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/popups/inspect_commit.rs b/src/popups/inspect_commit.rs index a52b55f1..2dbfc367 100644 --- a/src/popups/inspect_commit.rs +++ b/src/popups/inspect_commit.rs @@ -76,9 +76,9 @@ impl DrawableComponent for InspectCommitPopup { Constraint::Percentage(50), ], 80..100 => [Constraint::Max(32), Constraint::Fill(1)], - 100..120 => [Constraint::Max(40), Constraint::Fill(1)], - 120..140 => [Constraint::Max(48), Constraint::Fill(1)], - _ => [Constraint::Max(52), Constraint::Fill(1)], + 100..120 => [Constraint::Max(38), Constraint::Fill(1)], + 120..152 => [Constraint::Max(42), Constraint::Fill(1)], + _ => [Constraint::Max(50), Constraint::Fill(1)], }; let chunks = Layout::default()