Skip to content

Commit

Permalink
🩹 Navのタイトルの幅を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed Oct 8, 2023
1 parent 1358008 commit bb593d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/src/components/templates/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const Container = styled('div', {
base: {
width: '100%',
overflowX: 'hidden',
padding: '32px',
padding: '32px 32px 32px 32px',
paddingRight: 'max(calc(50% - 500px), 32px)',
display: 'flex',
gap: '8px',
},
Expand All @@ -25,7 +26,7 @@ const TitleContainer = styled('div', {
width: '100%',
maxWidth: '1000px',
height: '44px',
left: 'calc((100% - 1000px) / 2)',
left: 'calc(75% - 250px)',
display: 'flex',
alignItems: 'center',
gap: '8px',
Expand Down

0 comments on commit bb593d2

Please sign in to comment.