增加pdf中划句或段ai伴读功能

This commit is contained in:
yhy
2026-08-29 23:07:19 +08:00
parent 1475f8b3c5
commit 0ed8f42029
22 changed files with 2045 additions and 15 deletions
+21
View File
@@ -14,6 +14,27 @@
min-height: 0 !important;
}
collapsible-section.chatpapers-adaptive-height[open] {
--open-height: auto;
}
collapsible-section.chatpapers-adaptive-height[open] > :not(.head) .chatpapers-pane-body {
max-height: none;
overflow: visible;
}
collapsible-section.chatpapers-fixed-height[open] > :not(.head) .chatpapers-pane-body {
overflow-y: auto;
}
#chatpapers-window-chat-root,
#chatpapers-window-lecture-root {
display: flex;
flex-direction: column;
min-height: 0;
box-sizing: border-box;
}
collapsible-section:not([open]) > :not(.head) .chatpapers-root,
collapsible-section:not([open]) > :not(.head) .chatpapers-lecture-root {
min-height: 0 !important;