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:
parent
54d30be6cf
commit
87b02bc27e
3 changed files with 7 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue