优化窗格显示

This commit is contained in:
yhy
2026-09-01 08:38:36 +08:00
parent af2ee38443
commit 3b07e2a3c1
11 changed files with 137 additions and 30 deletions
+10
View File
@@ -87,6 +87,16 @@ collapsible-section[open] > :not(.head) .chatpapers-lecture-root {
gap: 4px;
}
collapsible-section[custom][data-pane="chatpapers-chat"] > :not(.head) .chatpapers-header,
collapsible-section[custom][data-pane="chatpapers-lecture"] > :not(.head) .chatpapers-header {
gap: 2px;
}
collapsible-section[custom][data-pane="chatpapers-chat"] > :not(.head) .chatpapers-header .chatpapers-brand,
collapsible-section[custom][data-pane="chatpapers-lecture"] > :not(.head) .chatpapers-header .chatpapers-brand {
display: none;
}
.chatpapers-brand {
display: flex;
align-items: center;