mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
Merge remote-tracking branch 'upstream/dev' into feat/api-key
This commit is contained in:
commit
fd31ac34fd
61 changed files with 1984 additions and 435 deletions
|
|
@ -270,6 +270,12 @@ button {
|
|||
contain-intrinsic-size: 0 40px;
|
||||
}
|
||||
|
||||
/* Monaco whole-line highlight for a cited source span (Phase E). */
|
||||
.citation-line-highlight {
|
||||
background-color: color-mix(in srgb, var(--primary) 16%, transparent);
|
||||
box-shadow: inset 2px 0 0 0 var(--primary);
|
||||
}
|
||||
|
||||
@source "../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}";
|
||||
@source "../node_modules/streamdown/dist/*.js";
|
||||
@source "../node_modules/@streamdown/code/dist/*.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue