mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
style: spacing
This commit is contained in:
@@ -8,8 +8,8 @@ const useStyles = createStyles((theme) => ({
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
paddingTop: theme.spacing.xl * 4,
|
||||
paddingBottom: theme.spacing.xl * 4,
|
||||
paddingTop: theme.spacing.xl * 6,
|
||||
paddingBottom: theme.spacing.xl * 2,
|
||||
|
||||
[theme.fn.smallerThan('md')]: {
|
||||
flexDirection: 'column',
|
||||
|
||||
Reference in New Issue
Block a user