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