tweak(ui): session spacing (#20839)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
This commit is contained in:
David Hill 2026-04-15 23:58:05 +01:00 committed by GitHub
commit e16589f8b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 97 additions and 31 deletions

View file

@ -283,9 +283,9 @@
line-height: var(--line-height-normal);
[data-component="markdown"] {
margin-top: 24px;
margin-top: 16px;
font-style: normal;
font-size: var(--font-size-base);
font-size: 13px;
color: var(--text-weak);
strong,
@ -556,9 +556,12 @@
[data-component="exa-tool-output"] {
width: 100%;
padding-top: 8px;
display: flex;
flex-direction: column;
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
line-height: var(--line-height-large);
color: var(--text-base);
}
[data-slot="basic-tool-tool-subtitle"].exa-tool-query {
@ -578,6 +581,8 @@
[data-slot="exa-tool-link"] {
display: block;
max-width: 100%;
font: inherit;
line-height: inherit;
color: var(--text-interactive-base);
text-decoration: underline;
text-underline-offset: 2px;
@ -636,13 +641,13 @@
}
[data-component="context-tool-group-list"] {
padding-top: 6px;
padding-top: 0;
padding-right: 0;
padding-bottom: 4px;
padding-left: 13px;
padding-bottom: 0;
padding-left: 12px;
display: flex;
flex-direction: column;
gap: 8px;
gap: 4px;
[data-slot="context-tool-group-item"] {
min-width: 0;