fix: increase subtab-pill gap to prevent active tab overlap (#3134)

Increase gap from 2px to 4px in .subtab-pill to prevent the active
tab's box-shadow from visually overlapping adjacent tabs. The previous
2px gap was insufficient for the shadow to render cleanly between tabs,
causing the Style tab to obscure neighboring Content/Attributes/HTML tabs.

Closes #2904
This commit is contained in:
Nicholas-Xiong 2026-05-28 11:44:09 +08:00 committed by GitHub
parent abe72af2a2
commit 4a15903165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,7 +393,7 @@
background: var(--bg-subtle);
border: 1px solid var(--border);
border-radius: var(--radius);
gap: 2px;
gap: 4px;
max-width: 100%;
overflow-x: auto;
scrollbar-width: none;