diff --git a/package-lock.json b/package-lock.json index 5545398e..a69a660c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.4.6", + "version": "19.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.4.6", + "version": "19.4.7", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 70ef6297..6d8b4a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.4.6", + "version": "19.4.7", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/components/music-chart.css b/src/assets/styles/components/music-chart.css index 93a81e2e..aedfdaad 100644 --- a/src/assets/styles/components/music-chart.css +++ b/src/assets/styles/components/music-chart.css @@ -48,10 +48,14 @@ & .title { font-weight: var(--font-weight-bold); + line-height: 1.5; + } + + & .title, + & .subtext { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - line-height: 1.5; } & .title, @@ -64,12 +68,12 @@ & .subtext, & .timestamp { font-size: var(--font-size-sm); - white-space: nowrap; } & .timestamp { margin-left: var(--sizing-lg); text-align: right; + white-space: nowrap; } & .count { @@ -77,7 +81,7 @@ } & .info { - max-width: calc(95% - var(--sizing-lg)); + max-width: calc(75% - var(--sizing-lg)); } }