diff options
| author | David Hill <[email protected]> | 2026-02-20 01:22:12 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-20 01:22:12 +0000 |
| commit | 8d781b08ce7fa2d722a1069c8745d281962483d5 (patch) | |
| tree | c47a92907060b5e3366cc56ef8733d44954c4168 /packages/ui | |
| parent | 8b99ac65135f9f4f800bd5df41846d3cd879155c (diff) | |
| download | opencode-8d781b08ce7fa2d722a1069c8745d281962483d5.tar.gz opencode-8d781b08ce7fa2d722a1069c8745d281962483d5.zip | |
tweak(ui): adjust session feed spacing
Diffstat (limited to 'packages/ui')
| -rw-r--r-- | packages/ui/src/components/message-part.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css index 3363c5133..3415c034c 100644 --- a/packages/ui/src/components/message-part.css +++ b/packages/ui/src/components/message-part.css @@ -179,7 +179,7 @@ [data-component="text-part"] { width: 100%; - margin-top: 40px; + margin-top: 24px; [data-slot="text-part-body"] { margin-top: 0; |
