fix(FN-4352): correct compact secondary control sizing on mobile
Fusion-Task-Id: FN-4352 Fusion-Task-Lineage: 429612a4-fe44-4ac0-8d9b-d0d6c1743b36
This commit is contained in:
@@ -1666,12 +1666,13 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* FN-4352: secondary hover-revealed row action stays compact (inflated by FN-3628). */
|
||||
.chat-message-copy-action {
|
||||
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);
|
||||
width: calc(var(--space-lg) * 2);
|
||||
height: calc(var(--space-lg) * 2);
|
||||
min-width: calc(var(--space-lg) * 2);
|
||||
min-height: calc(var(--space-lg) * 2);
|
||||
}
|
||||
|
||||
.chat-tool-calls-group-summary,
|
||||
|
||||
@@ -569,5 +569,5 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* FN-4352: secondary in-row expand control stays compact per AGENTS.md convention (inflated by FN-4236). */
|
||||
/* FN-4352: secondary in-row expand control intentionally has no mobile size override (inflated by FN-4236). */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user