Skip to content

Commit

Permalink
fix(betterActivities): use padding instead of margin
Browse files Browse the repository at this point in the history
otherwise the spacing is not equal and i can't unsee that
  • Loading branch information
D3SOX committed May 10, 2024
1 parent a9a90e9 commit e2fc748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions betterActivities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const settings = definePluginSettings({
width: "100%",
height: 1,
borderTop: "thin solid var(--background-modifier-accent)",
marginTop: 5,
marginBottom: 5
paddingTop: 5,
paddingBottom: 5
}}/>
),
},
Expand Down

0 comments on commit e2fc748

Please sign in to comment.