chore: cleanup

This commit is contained in:
Adam 2026-03-09 14:19:56 -05:00
parent e53aa79dc6
commit 7b773c65ec
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -21,7 +21,7 @@
align-self: stretch;
width: 100%;
max-width: 100%;
gap: 8px;
gap: 0;
&[data-interrupted] {
color: var(--text-weak);
@ -98,6 +98,10 @@
align-items: flex-end;
}
[data-slot="user-message-attachments"] + [data-slot="user-message-body"] {
margin-top: 8px;
}
[data-slot="user-message-text"] {
display: inline-block;
white-space: pre-wrap;