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
··· 30 30 contentCard, bottomArea := mainCard.Split(false, 75) 31 31 32 32 // Add padding to content 33 - contentCard.SetMargin(30) 33 + contentCard.SetMargin(50) 34 34 35 35 // Split content horizontally: main content (80%) and avatar area (20%) 36 36 mainContent, avatarArea := contentCard.Split(true, 80)