mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 19:16:09 -05:00
Adjust Nav collapsed width
This commit is contained in:
@@ -20,7 +20,7 @@ const Nav = () => {
|
||||
|
||||
return (
|
||||
<Box
|
||||
width={expanded ? "175px" : "80px"}
|
||||
width={expanded ? "175px" : "60px"}
|
||||
as="nav"
|
||||
flexShrink={0}
|
||||
position="sticky"
|
||||
|
||||
Reference in New Issue
Block a user