appview/repo: increase opengraph content padding #652

merged
opened by oppi.li targeting master from push-znlsowpxwvvq
Changed files
+1 -1
appview
+1 -1
appview/repo/opengraph.go
···
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)