feat(HAI-014): complete Step 1 — reorder JSX and update layout

This commit is contained in:
Dustin Byrne
2026-03-25 21:10:10 -04:00
parent b8d4853e85
commit 4777ae5dcb
2 changed files with 21 additions and 14 deletions

View File

@@ -185,13 +185,19 @@ html, body {
.card:active { cursor: grabbing; }
.card.dragging { opacity: 0.4; transform: scale(0.98); }
.card-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 4px;
}
.card-id {
display: inline-block;
font-size: 11px;
font-weight: 600;
color: var(--text-muted);
font-family: "SF Mono", Monaco, Consolas, monospace;
margin-bottom: 4px;
}
.card-title {
@@ -218,7 +224,6 @@ html, body {
letter-spacing: 0.5px;
padding: 2px 8px;
border-radius: 10px;
margin-bottom: 4px;
}
.card-status-badge.pulsing {