mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-15 07:30:53 +02:00
feat(ui): 显示 Agent 任务进度列表 (#251)
This commit is contained in:
@@ -3489,6 +3489,7 @@ html[data-theme="dark"] .sidebar-content:hover::-webkit-scrollbar-thumb:hover {
|
||||
.chat-container.is-conversation-restoring #chat-messages,
|
||||
.chat-container.is-conversation-restoring #chat-turn-rail,
|
||||
.chat-container.is-conversation-restoring #chat-return-latest,
|
||||
.chat-container.is-conversation-restoring #agent-plan-progress,
|
||||
.chat-container.is-conversation-restoring #chat-input-container {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -3546,7 +3547,6 @@ html[data-theme="dark"] .sidebar-content:hover::-webkit-scrollbar-thumb:hover {
|
||||
.chat-messages:hover::-webkit-scrollbar-thumb:hover {
|
||||
background: color-mix(in srgb, var(--text-muted) 80%, transparent);
|
||||
}
|
||||
|
||||
.chat-welcome-empty-state {
|
||||
flex: 1 0 auto;
|
||||
width: 100%;
|
||||
@@ -45316,6 +45316,12 @@ html[data-theme="dark"] .conversation-sidebar .recent-conversations-section {
|
||||
container-type: inline-size;
|
||||
}
|
||||
|
||||
/* The composer is an isolated stacking context. Lift that whole context while the
|
||||
settings popover is open so the turn rail and its preview cannot paint above it. */
|
||||
.chat-input-container.is-session-settings-open {
|
||||
z-index: 121;
|
||||
}
|
||||
|
||||
.chat-composer-context {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user