增加pdf中划句或段ai伴读功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user