fix(FN-4352): complete Step 2 — revert secondary-control mobile inflations
Fusion-Task-Id: FN-4352 Fusion-Task-Lineage: 429612a4-fe44-4ac0-8d9b-d0d6c1743b36
This commit is contained in:
@@ -1652,12 +1652,9 @@
|
||||
min-height: calc(var(--space-lg) * 2.25);
|
||||
}
|
||||
|
||||
/* FN-4352: secondary control inside tappable session row; keep compact size (inflated by FN-3628). */
|
||||
.chat-session-delete-btn {
|
||||
opacity: 1;
|
||||
width: calc(var(--space-lg) * 2.25);
|
||||
height: calc(var(--space-lg) * 2.25);
|
||||
min-width: calc(var(--space-lg) * 2.25);
|
||||
min-height: calc(var(--space-lg) * 2.25);
|
||||
}
|
||||
|
||||
.chat-session-title,
|
||||
@@ -1697,6 +1694,7 @@
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* primary touch targets per AGENTS.md convention */
|
||||
.chat-attach-btn,
|
||||
.chat-input-send,
|
||||
.chat-input-stop {
|
||||
|
||||
@@ -573,8 +573,5 @@
|
||||
min-height: calc(var(--space-lg) * 2 + var(--space-xs));
|
||||
}
|
||||
|
||||
.workflow-step-order-actions .btn {
|
||||
min-width: calc(var(--space-lg) * 2 + var(--space-xs));
|
||||
min-height: calc(var(--space-lg) * 2 + var(--space-xs));
|
||||
}
|
||||
/* FN-4352: secondary in-row reorder controls stay compact per AGENTS.md convention (inflated by FN-4236). */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user