Monorepo for Tangled tangled.org

appview/repo: increase opengraph content padding

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 0bb2c314 81496719

verified
Changed files
+1 -1
appview
+1 -1
appview/repo/opengraph.go
··· 30 contentCard, bottomArea := mainCard.Split(false, 75) 31 32 // Add padding to content 33 - contentCard.SetMargin(30) 34 35 // Split content horizontally: main content (80%) and avatar area (20%) 36 mainContent, avatarArea := contentCard.Split(true, 80)
··· 30 contentCard, bottomArea := mainCard.Split(false, 75) 31 32 // Add padding to content 33 + contentCard.SetMargin(50) 34 35 // Split content horizontally: main content (80%) and avatar area (20%) 36 mainContent, avatarArea := contentCard.Split(true, 80)