summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/tabs.css
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-20 17:35:16 +0000
committerDavid Hill <[email protected]>2026-01-20 20:34:45 +0000
commit0d9ce6ad7bc3093e78f945124fcdf2e8c18c3481 (patch)
tree1070efd86ad3002d5342545406a9195abdf748d4 /packages/ui/src/components/tabs.css
parent2b95956132a9577082059d179f3a998caab10af7 (diff)
downloadopencode-0d9ce6ad7bc3093e78f945124fcdf2e8c18c3481.tar.gz
opencode-0d9ce6ad7bc3093e78f945124fcdf2e8c18c3481.zip
set settings sidebar width to 200px
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 1fea6308f..7043ecd12 100644
--- a/packages/ui/src/components/tabs.css
+++ b/packages/ui/src/components/tabs.css
@@ -289,8 +289,8 @@
&[data-variant="settings"] {
[data-slot="tabs-list"] {
- width: 180px;
- min-width: 180px;
+ width: 200px;
+ min-width: 200px;
padding: 12px;
gap: 0;
background-color: var(--background-base);