tweak(ui): refine session feed spacing

This commit is contained in:
David Hill
2026-02-20 01:13:38 +00:00
parent ae98be83b3
commit 63a469d0ce

View File

@@ -179,6 +179,7 @@
[data-component="text-part"] { [data-component="text-part"] {
width: 100%; width: 100%;
margin-top: 40px;
[data-slot="text-part-body"] { [data-slot="text-part-body"] {
margin-top: 0; margin-top: 0;
@@ -227,13 +228,18 @@
[data-component="reasoning-part"] { [data-component="reasoning-part"] {
width: 100%; width: 100%;
color: var(--text-base); color: var(--text-base);
font-size: var(--font-size-small); line-height: var(--line-height-normal);
line-height: var(--line-height-large);
[data-component="markdown"] { [data-component="markdown"] {
margin-top: 24px; margin-top: 24px;
font-style: normal; font-style: normal;
font-size: inherit; font-size: inherit;
color: var(--text-weak);
strong,
b {
color: var(--text-base);
}
p:has(strong) { p:has(strong) {
margin-top: 24px; margin-top: 24px;