feat(FN-4387): complete Step 2 — right-size mobile chat session text padding

Fusion-Task-Id: FN-4387
Fusion-Task-Lineage: d651d6a8-a005-4dca-89ac-1baa17e4f01d
This commit is contained in:
Fusion
2026-05-13 15:26:42 -07:00
committed by gsxdsm
parent 084047555c
commit 542c13e4ca

View File

@@ -1657,10 +1657,10 @@
opacity: 1;
}
/* FN-4352: keep row text clearance aligned to compact secondary delete control (FN-3628 had larger clearance for inflated control). */
/* FN-4352/FN-4387: keep row text clearance aligned to compact secondary delete control (matches base compact clearance). */
.chat-session-title,
.chat-session-preview {
padding-right: calc((var(--space-md) * 2) + var(--space-sm));
padding-right: calc(var(--space-md) * 3);
}
.chat-message--assistant .chat-message-render-toggle {