summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/tabs.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-11-06 09:48:46 -0600
committerAdam <[email protected]>2025-11-06 09:48:51 -0600
commit6ba7c54baba355e3788e371374d26e58b60feb0d (patch)
treea69448dcdcd8e1935b2bc3c7d2344ad78f8ced75 /packages/ui/src/components/tabs.css
parent146bae82cb584c253a42ed4565d423d9cded93a6 (diff)
downloadopencode-6ba7c54baba355e3788e371374d26e58b60feb0d.tar.gz
opencode-6ba7c54baba355e3788e371374d26e58b60feb0d.zip
feat(desktop): collapsible sidebar
Diffstat (limited to 'packages/ui/src/components/tabs.css')
-rw-r--r--packages/ui/src/components/tabs.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css
index 1d786fb4a..67f289283 100644
--- a/packages/ui/src/components/tabs.css
+++ b/packages/ui/src/components/tabs.css
@@ -7,7 +7,7 @@
overflow: clip;
[data-slot="list"] {
- height: 40px;
+ height: 48px;
width: 100%;
position: relative;
display: flex;
@@ -39,7 +39,7 @@
[data-slot="trigger"] {
position: relative;
height: 100%;
- padding: 8px 24px;
+ padding: 14px 24px;
display: flex;
align-items: center;
color: var(--text-base);