summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-03-09 14:19:56 -0500
committerAdam <[email protected]>2026-03-09 15:28:35 -0500
commit7b773c65ecc5b9e4796aa320723645d6e7431474 (patch)
tree4489bdaf713d2b650db18f2036e21ea8fa240759
parente53aa79dc6836c0d04eecf67f3c08f7b41a3ebf7 (diff)
downloadopencode-7b773c65ecc5b9e4796aa320723645d6e7431474.tar.gz
opencode-7b773c65ecc5b9e4796aa320723645d6e7431474.zip
chore: cleanup
-rw-r--r--packages/ui/src/components/message-part.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css
index 80da43613..704a57e5b 100644
--- a/packages/ui/src/components/message-part.css
+++ b/packages/ui/src/components/message-part.css
@@ -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;