mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
add 4px left padding to sidebar section title
This commit is contained in:
parent
19ac6f1948
commit
c2c2bb1fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue