Fix dashed border
This commit is contained in:
@@ -113,21 +113,19 @@ body {
|
||||
/* ==================== */
|
||||
|
||||
.collapsible {
|
||||
border: 1px dashed var(--color-border-light);
|
||||
border-radius: var(--radius);
|
||||
border-bottom: 1px dashed var(--color-border-light);
|
||||
}
|
||||
|
||||
.collapsible[open] .collapsible__summary::before {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.collapsible:last-of-type:has(~ .message__actions:empty) {
|
||||
.collapsible:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.collapsible__content {
|
||||
padding: var(--s-2) var(--s-1);
|
||||
border-top: 1px dashed var(--color-border-light);
|
||||
}
|
||||
|
||||
.collapsible[open] .collapsible__summary::before {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.collapsible__content > pre {
|
||||
@@ -203,19 +201,6 @@ body {
|
||||
color: var(--color-purple);
|
||||
}
|
||||
|
||||
.collapsible--reasoning:has(+ .collapsible--tool) {
|
||||
margin-bottom: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.collapsible--reasoning + .collapsible--tool {
|
||||
margin-top: 0;
|
||||
border-top: none;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.collapsible--tool .collapsible__summary .icon {
|
||||
color: var(--color-orange);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user