feat(KB-197): complete Step 1 — fix card header layout with actions wrapper

This commit is contained in:
gsxdsm
2026-03-30 13:17:00 -07:00
parent e8bcd4d776
commit d33b69a839
2 changed files with 45 additions and 37 deletions

View File

@@ -594,7 +594,6 @@ body {
letter-spacing: 0.5px;
padding: 2px 8px;
border-radius: 10px;
margin-left: auto;
}
/* Size S: subtle green tint (low effort) */
@@ -1822,6 +1821,14 @@ body {
cursor: not-allowed;
}
/* Card header actions container - groups size badge and buttons on the right */
.card-header-actions {
display: flex;
align-items: center;
gap: 6px;
margin-left: auto;
}
/* Edit button - visible on hover */
.card-edit-btn {
display: flex;
@@ -1830,7 +1837,6 @@ body {
width: 20px;
height: 20px;
padding: 0;
margin-left: auto;
background: transparent;
border: none;
border-radius: 4px;