Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Oct 26, 2024
1 parent 0c02f32 commit f7cab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/moderation-pane/ServerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function ServerPage() {
/>
</SettingsBlock>

<div style={{ "margin-bottom": "10px" }}>
<div style={{ "margin-bottom": "4px" }}>
<UsersPane
title="Members"
search={params.serverId}
Expand Down

0 comments on commit f7cab4e

Please sign in to comment.