diff options
| author | David Hill <[email protected]> | 2026-02-20 01:13:38 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-20 01:17:48 +0000 |
| commit | 63a469d0ce3ac30954ccb96c4b4b0698992162a5 (patch) | |
| tree | ce4949ae1f570c0dfde42c45278b897adb1d42ce | |
| parent | ae98be83b3f8eb6b740e785347e1d4365dc202d2 (diff) | |
| download | opencode-63a469d0ce3ac30954ccb96c4b4b0698992162a5.tar.gz opencode-63a469d0ce3ac30954ccb96c4b4b0698992162a5.zip | |
tweak(ui): refine session feed spacing
| -rw-r--r-- | packages/ui/src/components/message-part.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css index 254281858..58ab89371 100644 --- a/packages/ui/src/components/message-part.css +++ b/packages/ui/src/components/message-part.css @@ -179,6 +179,7 @@ [data-component="text-part"] { width: 100%; + margin-top: 40px; [data-slot="text-part-body"] { margin-top: 0; @@ -227,13 +228,18 @@ [data-component="reasoning-part"] { width: 100%; color: var(--text-base); - font-size: var(--font-size-small); - line-height: var(--line-height-large); + line-height: var(--line-height-normal); [data-component="markdown"] { margin-top: 24px; font-style: normal; font-size: inherit; + color: var(--text-weak); + + strong, + b { + color: var(--text-base); + } p:has(strong) { margin-top: 24px; |
