chore(app): more spacing controls

This commit is contained in:
Adam 2026-03-27 11:22:16 -05:00
commit af2ccc94eb
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 57 additions and 9 deletions

View file

@ -9,7 +9,8 @@
overflow: visible;
&.tool-collapsible {
gap: 8px;
--tool-content-gap: 8px;
gap: var(--tool-content-gap);
}
[data-slot="collapsible-trigger"] {