feat(FN-3538): document pause-safe stuck timing in settings reference

Merged step 4 of the FN-3538 branch, which adds documentation for pause-safe stuck timing to the settings reference.

Fusion-Task-Id: FN-3538
This commit is contained in:
Fusion
2026-05-05 23:23:48 -07:00
committed by gsxdsm
parent 193be58dba
commit 11e5f69241
3 changed files with 39 additions and 8 deletions

View File

@@ -124,10 +124,25 @@
.chat-session-meta {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 11px;
color: var(--text-tertiary);
}
.chat-session-meta-model {
display: inline-flex;
align-items: center;
gap: 4px;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.chat-session-meta-model .provider-icon {
flex-shrink: 0;
}
/* === Chat Session Delete Button === */
.chat-session-delete-btn {
position: absolute;