feat: expand live chat and work server tools
This commit is contained in:
@@ -578,6 +578,12 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
html:has(.chat-type-management-page),
|
||||
body:has(.chat-type-management-page),
|
||||
#root:has(.chat-type-management-page) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.app-shell,
|
||||
.app-main-content.ant-layout-content,
|
||||
.app-main-panel,
|
||||
@@ -602,6 +608,16 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.app-shell:has(.chat-type-management-page),
|
||||
.app-shell:has(.chat-type-management-page) > .ant-layout,
|
||||
.app-main-content.ant-layout-content:has(.chat-type-management-page),
|
||||
.app-main-panel:has(.chat-type-management-page),
|
||||
.app-main-layout:has(.chat-type-management-page) {
|
||||
height: calc(100dvh - 52px);
|
||||
min-height: calc(100dvh - 52px);
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user