This commit is contained in:
team 1
2026-05-07 15:06:50 +02:00
parent f136bec0d7
commit d3ae51c551
16 changed files with 235 additions and 148 deletions

View File

@@ -58,7 +58,7 @@ input, textarea, select {
}
.container {
max-width: 1024px;
max-width: 900px;
margin: 0 auto;
display: flex;
flex-direction: column;
@@ -84,7 +84,8 @@ input, textarea, select {
.chat {
flex: 1;
overflow-y: auto;
padding: 1rem;
padding-right: 1rem;
padding-bottom: 1rem;
/* background: #121a25;
border: 1px solid var(--border);*/
border-radius: 6px 6px 0 0;
@@ -486,14 +487,15 @@ span.think {
}
.retriex-chat-options {
display: flex;
display: flex
;
flex-wrap: wrap;
gap: 0.5rem;
margin: -1px 0 0.75rem;
margin: 1rem 0 0.25rem;
color: rgba(248, 249, 250, 0.76);
font-size: 0.84rem;
border-radius: 0 0 6px 6px;
background-color: #212b39 !important;
border-radius: 6px;
background-color: transparent !important;
}
.retriex-option-toggle {