diff --git a/src/components/CardRow/CardRow.jsx b/src/components/CardRow/CardRow.jsx index 6053c2d..539e75a 100644 --- a/src/components/CardRow/CardRow.jsx +++ b/src/components/CardRow/CardRow.jsx @@ -35,7 +35,7 @@ function CardRow({ card }) { onClick={() => setExpandedCardId(isExpanded ? null : card.id)} style={{ display: 'flex', alignItems: 'center', gap: '12px', - padding: '9px 16px', + padding: '11px 16px', background: isExpanded ? '#1c1c1c' : 'transparent', }} > diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index fd68a7c..058b82a 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -32,20 +32,14 @@ function Footer({ onImportComplete }) { return ( <> -