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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user