Move DB version/import to top bar, increase row spacing
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user