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

@ -9,7 +9,7 @@
overflow: visible;
&.tool-collapsible {
--tool-content-gap: 8px;
--tool-content-gap: 4px;
gap: var(--tool-content-gap);
}