Move DB version/import to top bar, increase row spacing
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 21:22:53 +02:00
parent ff48ec8af0
commit 6c8f2d86d6
4 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -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',
}}
>