Skip to content

Commit

Permalink
chore: make settings menu slightly wider to give space for network
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Feb 28, 2024
1 parent bb5aace commit 1f9342f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/ui/components/dropdown-menu/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const dropdownContentStyles = css({
boxShadow:
'0px 12px 24px 0px rgba(18, 16, 15, 0.08), 0px 4px 8px 0px rgba(18, 16, 15, 0.08), 0px 0px 2px 0px rgba(18, 16, 15, 0.08)',
p: '0',
width: '240px',
willChange: 'transform, opacity',
zIndex: 999,
_closed: { animation: 'slideDownAndOut 140ms ease-in-out' },
Expand Down

0 comments on commit 1f9342f

Please sign in to comment.