{{ post.title }}
- ++ {{ post.title }} +
{{ post.description }}
diff --git a/package-lock.json b/package-lock.json index 69073978..143d11a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.15.2", + "version": "24.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.15.2", + "version": "24.16.1", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", @@ -1744,9 +1744,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.24", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.24.tgz", - "integrity": "sha512-0x0wLCmpdKFCi9ulhvYZebgcPmHTkFVUfU2wzDykadkslKwT4oAmDTHEKLnlrDsMGZe4B+ksn8quZfZjYsBetA==", + "version": "1.5.25", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz", + "integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index ef50c99f..591d13d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.16.0", + "version": "24.16.1", "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 c0a970c0..e8a8b560 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -48,6 +48,7 @@ body::-webkit-scrollbar { p { margin: var(--margin-vertical-base-horizontal-zero); + overflow: visible; &.books, &.collected, @@ -173,18 +174,13 @@ a { a:focus, a:focus-within -a:focus > svg, -a:focus-within > svg { +a:has(svg):focus svg, +a:has(svg):focus-within svg { outline: var(--outline-default); border-radius: var(--border-radius-slight); text-decoration: none; } -a:has(svg):focus, -a:has(svg):focus-within { - outline: none; -} - a.icon-link:focus, a.icon-link:focus-within { outline: var(--outline-default); diff --git a/src/assets/styles/components/music-chart.css b/src/assets/styles/components/music-chart.css index f1b70e93..3115775f 100644 --- a/src/assets/styles/components/music-chart.css +++ b/src/assets/styles/components/music-chart.css @@ -39,6 +39,16 @@ } } + & a:has(img) { + display: flex; + } + + & a:focus img, + & a:focus-within img { + outline: var(----outline-default); + border: 0; + } + & img { border: var(--border-default); border-radius: var(--border-radius-slight); diff --git a/src/assets/styles/pages/books.css b/src/assets/styles/pages/books.css index 25d7e7fa..ad639721 100644 --- a/src/assets/styles/pages/books.css +++ b/src/assets/styles/pages/books.css @@ -51,10 +51,6 @@ & p { margin: 0; - overflow: hidden; - max-width: 100%; - text-overflow: ellipsis; - width: fit-content; } & .description { @@ -87,25 +83,23 @@ flex-direction: column; gap: var(--spacing-sm); - & p { - &.title { - font-size: var(--font-size-xl); - line-height: var(--line-height-md); - } + & p.title { + font-size: var(--font-size-xl); + line-height: var(--line-height-md); + } - &.sub-meta { - font-size: var(--font-size-sm); + & p.sub-meta { + font-size: var(--font-size-sm); - & svg { - width: var(--sizing-svg-sm); - height: var(--sizing-svg-sm); - } + & svg { + width: var(--sizing-svg-sm); + height: var(--sizing-svg-sm); } + } - &.title, - &.sub-meta { - margin: 0; - } + & p.title, + & p.sub-meta { + margin: 0; } } } diff --git a/src/includes/partials/media/music/recent.liquid b/src/includes/partials/media/music/recent.liquid index 20407cb1..969e4a07 100644 --- a/src/includes/partials/media/music/recent.liquid +++ b/src/includes/partials/media/music/recent.liquid @@ -3,19 +3,21 @@ {%- capture alt -%}{{ item.title | escape }} by {{ item.artist }}{%- endcapture -%}