summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-27 02:00:01 +0000
committerDavid Hill <[email protected]>2026-01-27 14:04:10 +0000
commit3862b1aedaca43944cdfea9d1c97223ce0794f3d (patch)
treefc1b8a7f1dd0ac86bfa3043d13bbd0f8c59f2a95
parentb4e0cdbe8e41583345a290f90ccd17bd9dd927e7 (diff)
downloadopencode-3862b1aedaca43944cdfea9d1c97223ce0794f3d.tar.gz
opencode-3862b1aedaca43944cdfea9d1c97223ce0794f3d.zip
fix(ui): set filetree tablist height to 48px with centered content
-rw-r--r--packages/ui/src/components/tabs.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css
index a283ab652..8a872ebad 100644
--- a/packages/ui/src/components/tabs.css
+++ b/packages/ui/src/components/tabs.css
@@ -266,8 +266,10 @@
&[data-variant="pill"][data-orientation="horizontal"][data-scope="filetree"] {
[data-slot="tabs-list"] {
- padding: 12px;
+ height: 48px;
+ padding-inline: 12px;
gap: 8px;
+ align-items: center;
}
[data-slot="tabs-trigger-wrapper"] {