diff --git a/package-lock.json b/package-lock.json index 7e3c600a..1864480a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.7.16", + "version": "24.7.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.7.16", + "version": "24.7.17", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index e2a63c38..99103347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.7.16", + "version": "24.7.17", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index dd6c46e0..e75018bd 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -182,7 +182,6 @@ a.icon-link:focus, a.icon-link:focus-within { outline: var(--outline-default); border-radius: var(--border-radius-slight); - line-height: var(--line-height-sm); text-decoration: none; & svg { diff --git a/src/assets/styles/components/music-chart.css b/src/assets/styles/components/music-chart.css index 4b3313ca..c94c1720 100644 --- a/src/assets/styles/components/music-chart.css +++ b/src/assets/styles/components/music-chart.css @@ -35,7 +35,7 @@ & .presentation .info { display: flex; flex-direction: column; - gap: var(--spacing-xs); + gap: var(--spacing-sm); } & .meta, @@ -48,36 +48,17 @@ display: flex; flex-direction: row; align-items: center; - max-width: 95%; } & .meta-text { display: flex; flex-direction: column; justify-content: start; - max-width: 75%; } & .title { font-weight: var(--font-weight-bold); line-height: var(--line-height-md); - - & a { - outline: none; - } - - &:focus, - &:focus-within { - outline: var(--outline-default); - border-radius: var(--border-radius-slight); - } - } - - & .title, - & .subtext { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; } & .title,