Fix adjustment to VDAP logo and emoji
This commit is contained in:
@@ -43,9 +43,10 @@ export default function Sidebar() {
|
||||
fontWeight="bold"
|
||||
height="auto" // Prevents the large text from squashing vertically
|
||||
overflow="hidden"
|
||||
width="100%"
|
||||
px={0}
|
||||
justifyContent={isOpen ? "center" : "center"} // Center the 'V' when collapsed
|
||||
ml={isOpen ? 3 : 0} // Align with other buttons when open
|
||||
justifyContent={isOpen ? "flex-start" : "center"} // Center the 'V' when collapsed
|
||||
ml={isOpen ? 2 : -1} // Align with other buttons when open
|
||||
textStyle={isOpen ? "4xl" : "3xl"} // Scale down slightly when closed
|
||||
>
|
||||
{isOpen ? "🌋 VDAP" : "🌋"}
|
||||
|
||||
Reference in New Issue
Block a user