diff options
| author | David Hill <[email protected]> | 2026-01-20 17:37:21 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 20:34:45 +0000 |
| commit | c2c2bb1fa975ca92d8edec58287ad5f7492c9037 (patch) | |
| tree | f3792473745d754774e3921b53c6cf0960817220 /packages/ui/src | |
| parent | 19ac6f19483cb7969ba5f62a63c7aeb1d5b13978 (diff) | |
| download | opencode-c2c2bb1fa975ca92d8edec58287ad5f7492c9037.tar.gz opencode-c2c2bb1fa975ca92d8edec58287ad5f7492c9037.zip | |
add 4px left padding to sidebar section title
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 19004ef3e..10f586b51 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -303,7 +303,7 @@ [data-slot="tabs-section-title"] { width: 100%; - padding: 0; + padding: 0 0 0 4px; font-family: var(--font-family-sans); font-size: var(--font-size-small); font-weight: var(--font-weight-medium); |
