optimize ux

This commit is contained in:
team 1
2026-04-05 19:37:50 +02:00
parent 41d4e1991d
commit bd818f5228
15 changed files with 323 additions and 271 deletions

View File

@@ -39,6 +39,12 @@ form, input, button, textarea {
font-size: 0.85rem !important;
}
input, textarea,select {
background-color: #121a25 !important;
color: #fff !important;
border-color: #020617 !important;
}
.container {
max-width: 900px;
margin: 0 auto;
@@ -47,6 +53,11 @@ form, input, button, textarea {
height: calc(100vh - 4rem);
}
::placeholder {
color: #556070 !important;
opacity: .5; /* wichtig v. a. für Firefox */
}
.header {
display: flex;
align-items: center;
@@ -62,7 +73,7 @@ form, input, button, textarea {
flex: 1;
overflow-y: auto;
padding: 1rem;
background: var(--panel);
background: #121a25;
border: 1px solid var(--border);
border-radius: 6px;
}
@@ -81,7 +92,7 @@ form, input, button, textarea {
}
.message.assistant .bubble {
background: var(--assistant);
background: #16202f;
border: 1px solid var(--border);
}