chore: update live chat and work server changes

This commit is contained in:
2026-04-26 16:37:06 +09:00
parent 63e5d263a7
commit 20a6333ed2
38 changed files with 2078 additions and 2281 deletions

View File

@@ -11,12 +11,24 @@
overflow: hidden;
}
.app-shell:has(.app-main-panel--play-saved) {
height: 100dvh;
max-height: 100dvh;
overflow: hidden;
}
.app-shell:has(.app-chat-panel) > .ant-layout {
min-height: 0;
height: calc(100dvh - 60px);
overflow: hidden;
}
.app-shell:has(.app-main-panel--play-saved) > .ant-layout {
min-height: 0;
height: calc(100dvh - 60px);
overflow: hidden;
}
.app-shell--docs-api {
background:
radial-gradient(circle at top left, rgba(22, 93, 255, 0.12), transparent 26%),
@@ -410,6 +422,15 @@
min-width: 0;
}
.app-header__top-menu.ant-segmented {
padding: 4px;
}
.app-header__top-menu .ant-segmented-item {
min-height: 34px;
padding-inline: 14px;
}
.app-sider.ant-layout-sider {
background: rgba(255, 255, 255, 0.72);
border-right: 1px solid rgba(148, 163, 184, 0.14);
@@ -471,6 +492,13 @@
overflow: hidden;
}
.app-main-content.ant-layout-content:has(.app-main-panel--play-saved) {
height: 100%;
min-height: 0;
padding: 0;
overflow: hidden;
}
.app-main-content--expanded.ant-layout-content {
position: relative;
display: flex;
@@ -488,12 +516,30 @@
min-height: 100%;
}
.app-main-panel--play-saved {
height: 100%;
min-height: calc(100dvh - 60px);
overflow: hidden;
}
.app-main-panel--play > * {
min-width: 0;
min-height: 100%;
width: 100%;
}
.app-main-layout:has(.app-main-panel--play-saved) {
padding: 0;
gap: 0;
overflow: hidden;
}
.app-main-content--expanded.ant-layout-content:has(.app-main-panel--play-saved) {
min-height: calc(100dvh - 60px);
padding: 0;
overflow: hidden;
}
.app-main-panel:has(.app-chat-panel) {
height: 100%;
min-height: 100%;
@@ -556,6 +602,16 @@
overflow: hidden;
}
.app-shell:has(.app-main-panel--play-saved),
.app-shell:has(.app-main-panel--play-saved) > .ant-layout,
.app-main-content.ant-layout-content:has(.app-main-panel--play-saved),
.app-main-layout:has(.app-main-panel--play-saved),
.app-main-panel--play-saved {
height: calc(100dvh - 52px);
min-height: calc(100dvh - 52px);
overflow: hidden;
}
.app-header {
padding-inline: 8px;
}
@@ -657,12 +713,13 @@
.app-main-window-layer__body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
gap: 0;
min-width: 0;
min-height: 100%;
min-height: 0;
padding: 0 !important;
overflow: auto;
overflow: hidden;
}
.app-main-window-layer__fallback {
@@ -765,6 +822,15 @@
gap: 8px;
}
.app-header__top-menu.ant-segmented {
padding: 5px;
}
.app-header__top-menu .ant-segmented-item {
min-height: 34px;
padding-inline: 12px;
}
.app-header__row .ant-btn {
width: 32px;
height: 32px;
@@ -811,6 +877,14 @@
gap: 8px;
}
.app-main-panel--play-saved {
min-height: calc(100dvh - 52px);
}
.app-main-layout:has(.app-main-panel--play-saved) {
min-height: calc(100dvh - 52px);
}
.app-main-layout:has(.chat-type-management-page) {
padding: 0;
gap: 0;