Tighten message spacing and restyle reasoning blocks

This commit is contained in:
Shantur Rathore
2025-11-27 13:53:52 +00:00
parent c123714271
commit 18513939f7
3 changed files with 25 additions and 16 deletions

View File

@@ -65,7 +65,7 @@
}
.message-stream {
@apply flex-1 min-h-0 overflow-y-auto flex flex-col gap-1;
@apply flex-1 min-h-0 overflow-y-auto flex flex-col gap-0.5;
background-color: var(--surface-base);
color: inherit;
}
@@ -73,7 +73,7 @@
.message-stream-block {
display: flex;
flex-direction: column;
gap: 0.125rem;
gap: 0.0625rem;
}
.message-scroll-button-wrapper {