forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

Compare changes

Choose any two refs to compare.

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)