From 0bb2c314b8912898a3f41ada2e41c801843ccb99 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 08 Oct 2025 14:29:31 +0000 Subject: [PATCH] appview/repo: increase opengraph content padding Signed-off-by: oppiliappan --- appview/repo/opengraph.go | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/repo/opengraph.go b/appview/repo/opengraph.go --- a/appview/repo/opengraph.go +++ b/appview/repo/opengraph.go @@ -30,7 +30,7 @@ // Split: content area (75%) and language bar + icons (25%) contentCard, bottomArea := mainCard.Split(false, 75) // Add padding to content - contentCard.SetMargin(30) + contentCard.SetMargin(50) // Split content horizontally: main content (80%) and avatar area (20%) mainContent, avatarArea := contentCard.Split(true, 80) -- tangled.sh