实现pdf中划句子ai伴读的功能,修复pdf高亮显示的问题
This commit is contained in:
@@ -1038,6 +1038,35 @@ collapsible-section[open] > :not(.head) .chatpapers-lecture-root {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.chatpapers-lecture-selection-explain {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
background: color-mix(in srgb, #2563eb 6%, transparent);
|
||||
border: 1px solid color-mix(in srgb, #2563eb 18%, transparent);
|
||||
font-size: 12px;
|
||||
line-height: 1.45;
|
||||
max-height: 220px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.chatpapers-lecture-selection-title {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #1d4ed8;
|
||||
}
|
||||
|
||||
.chatpapers-lecture-selection-replay {
|
||||
align-self: flex-start;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.chatpapers-selection-explain-btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.chatpapers-lecture-para-kind {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user