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

@ -26,7 +26,7 @@
align-items: flex-start;
align-self: stretch;
min-width: 0;
gap: 18px;
gap: 0px;
overflow-anchor: none;
}
@ -47,6 +47,7 @@
display: flex;
align-items: center;
gap: 8px;
margin-top: 12px;
width: 100%;
min-width: 0;
color: var(--text-weak);
@ -226,5 +227,5 @@
}
[data-slot="session-turn-list"] {
gap: 48px;
gap: 24px;
}