fix(sidebar): hide mascot animation when sidebar is collapsed
This commit is contained in:
@@ -111,7 +111,7 @@ export function Sidebar({
|
|||||||
|
|
||||||
{/* Mascot PNG with anchored chatbot */}
|
{/* Mascot PNG with anchored chatbot */}
|
||||||
<div className="relative flex justify-center pb-4">
|
<div className="relative flex justify-center pb-4">
|
||||||
{!mascotChat.isOpen && (
|
{!collapsed && !mascotChat.isOpen && (
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ opacity: 0, x: -8, y: 6, scale: 0.96 }}
|
initial={{ opacity: 0, x: -8, y: 6, scale: 0.96 }}
|
||||||
animate={{ opacity: 1, x: 0, y: 0, scale: 1 }}
|
animate={{ opacity: 1, x: 0, y: 0, scale: 1 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user