This commit is contained in:
2026-07-07 15:28:28 +02:00
parent 499f91e16a
commit 32c8bbe0a9
52 changed files with 3420 additions and 328 deletions
+37 -7
View File
@@ -59,6 +59,11 @@
margin-bottom: var(--space-xl);
}
.ds-degraded {
border-left: 4px solid var(--warning, #d97706);
color: var(--text-primary);
}
.ds-input {
width: 100%;
background: var(--bg-input);
@@ -438,13 +443,6 @@
line-height: 1.6;
}
.ds-gaps {
margin: 0;
padding-left: var(--space-lg);
color: var(--text-secondary);
line-height: 1.6;
}
.ds-sources {
margin: 0;
padding-left: var(--space-lg);
@@ -458,6 +456,38 @@
margin-left: var(--space-sm);
}
.ds-cite {
color: var(--accent, #2563eb);
font-weight: 600;
font-size: 0.85em;
text-decoration: none;
vertical-align: super;
line-height: 0;
padding: 0 1px;
}
.ds-cite:hover {
text-decoration: underline;
}
.ds-finding-cites {
display: flex;
flex-wrap: wrap;
gap: var(--space-xs);
margin-top: var(--space-sm);
}
.ds-sources li {
scroll-margin-top: var(--space-xl);
}
.ds-sources li:target {
background: var(--bg-highlight, rgba(37, 99, 235, 0.12));
border-radius: var(--radius-input);
outline: 2px solid var(--accent, #2563eb);
outline-offset: 2px;
}
.ds-chat-pane {
background: var(--bg-card);
border: 1px solid var(--border);