fix(tab-buttons.css): add spacing to display on music page where tab buttons control which track chart is shown

This commit is contained in:
Cory Dransfeldt 2025-04-13 20:48:19 -07:00
parent 54d30be6cf
commit 87b02bc27e
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -32,3 +32,7 @@ input[id="tracks-chart"] ~ .tracks-chart {
#tracks-chart:not(:checked) ~ [for="tracks-chart"]:is(:hover, :active) {
color: var(--accent-color-hover);
}
[for="tracks-recent"] {
margin-right: var(--sizing-xs);
}