From f4392e023aea6e606d4ec42970c0a4aa01bdb063 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 26 Jan 2026 18:16:08 +0000 Subject: fix(app): tighten filetree row spacing --- packages/ui/src/components/collapsible.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/ui/src') diff --git a/packages/ui/src/components/collapsible.css b/packages/ui/src/components/collapsible.css index c2b09f761..1f20cf85d 100644 --- a/packages/ui/src/components/collapsible.css +++ b/packages/ui/src/components/collapsible.css @@ -76,6 +76,12 @@ } } } + + &[data-variant="ghost"][data-scope="filetree"] { + > [data-slot="collapsible-trigger"] { + height: 24px; + } + } } @keyframes slideDown { -- cgit v1.2.3