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 18:58:05 -04:00
committed by GitHub
co-authored by Adam Brendan Allan
parent 83e257b468
commit e16589f8b5
7 changed files with 97 additions and 31 deletions
+3 -2
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;
}