This commit is contained in:
team 1
2026-05-07 16:21:47 +02:00
parent e02f3d7143
commit 734134c209
7 changed files with 256 additions and 5 deletions

View File

@@ -75,6 +75,9 @@ input, textarea, select {
align-items: center;
gap: 0.75rem;
margin-bottom: 1rem;
border-bottom: 1px solid #324154;
padding-bottom: 1rem;
border-radius: 6px;
}
.header .spacer {
@@ -86,10 +89,9 @@ input, textarea, select {
overflow-y: auto;
padding-right: 1rem;
padding-bottom: 1rem;
/* background: #121a25;
border: 1px solid var(--border);*/
border-radius: 6px 6px 0 0;
/*box-shadow: 0px 0px 20px #ffffff26;*/
scrollbar-width: thin;
scrollbar-color: #324054 transparent;
}
.message {
@@ -495,6 +497,7 @@ span.think {
font-size: 0.84rem;
border-radius: 6px;
background-color: transparent !important;
border-top: 1px solid #324154;
}
.retriex-option-toggle {