Skip to content

Commit

Permalink
fix: padding and scroll css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Oct 21, 2024
1 parent 41ce979 commit e2226dd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ export const StatsForNerds = ({ open, onOpenChange }) => {
<Sheet.Content
css={{
bg: '$surface_dim',
px: '$8',
px: '$4',
pb: '$4',
}}
>
<Sheet.Title css={{ py: '$10', px: '$4', alignItems: 'center' }}>
<Sheet.Title css={{ py: '$10', px: '$8', alignItems: 'center' }}>
<Flex justify="between">
<Flex align="center" css={{ mb: '$1' }}>
<Text variant="h6" inline>
Expand All @@ -74,6 +74,7 @@ export const StatsForNerds = ({ open, onOpenChange }) => {
css={{
overflowY: 'auto',
maxHeight: '65vh',
px: '$4',
}}
>
<Flex justify="start" gap={4} css={{ m: '$10 0' }}>
Expand Down

0 comments on commit e2226dd

Please sign in to comment.