add 4px left padding to sidebar section title

This commit is contained in:
David Hill
2026-01-20 17:37:21 +00:00
parent 19ac6f1948
commit c2c2bb1fa9

View File

@@ -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);