chore: rebuild release package

This commit is contained in:
shiyue
2026-07-18 19:47:04 +08:00
parent b90f5e1e44
commit a038485ab5
9 changed files with 729 additions and 49 deletions

View File

@@ -3970,7 +3970,8 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
font-size: 12px;
}
.user-outline-panel {
right: 0;
left: 0;
right: auto;
width: min(320px, calc(100vw - 20px));
}
}
@@ -4039,12 +4040,16 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
right: auto;
}
.user-outline-panel {
left: 0;
left: auto;
right: 0;
width: auto;
width: min(320px, calc(100vw - 20px));
max-height: min(44vh, 300px);
bottom: calc(100% + 6px);
}
.ccweb-prompt-outline-panel {
left: 0;
right: auto;
}
.msg-copy-btn {
opacity: 1;
width: 24px;
@@ -9030,6 +9035,13 @@ html[data-theme='gilded'] {
box-shadow: var(--sidebar-hover-shadow);
}
/* 收起后控制条会贴近左侧轨道,定位浮层需朝聊天画布展开,避免越过应用边界被裁切。 */
.app.sidebar-collapsed .user-outline-panel {
left: 0;
right: auto;
z-index: 120;
}
.app.sidebar-collapsed .sidebar::after {
content: '';
position: absolute;