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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.6.1",
"version": "1.6.2",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

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