mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 19:16:09 -05:00
Make menu nav items the same size
This commit is contained in:
@@ -44,7 +44,7 @@ const NavButtons = ({ onButtonClick }: { onButtonClick?: () => void }) => {
|
||||
{user && (
|
||||
<MyLink href={"/u/" + user.discordId} isColored={false} noUnderline>
|
||||
<Flex
|
||||
width="9rem"
|
||||
width="9.5rem"
|
||||
rounded="lg"
|
||||
p={1}
|
||||
m={2}
|
||||
|
||||
Reference in New Issue
Block a user