Skip to content

Commit

Permalink
Fix menu button positioning on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 6, 2024
1 parent bcc952a commit 9cde600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-web/src/components/layout/Header/InternalHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const InternalHeader = () => {
transform: `rotate(${sideNavOpen ? '180deg' : '0'})`,
transition: 'transform 0.3s',
position: isMobileScreen ? 'relative' : undefined,
left: isMobileScreen ? '6px' : undefined,
right: isMobileScreen ? '6px' : undefined,
}}
/>
}
Expand Down

0 comments on commit 9cde600

Please sign in to comment.