diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 16:46:49 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 16:46:49 -0400 |
| commit | 1660a10b2040112465ed965e1ec4b5c446840a04 (patch) | |
| tree | 298364d43086e36e32286302d05351487088b277 /src/static | |
| parent | 571aef95e0e7746d20e3653c20b8ebdf110281ff (diff) | |
css: don't have music video respond to focus actually preview
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/site.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d57f5712..c9d8366d 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1929,8 +1929,7 @@ p.image-details.origin-details .filename-line { align-items: center; } -.music-video .image-link:hover::after, -.music-video .image-link:focus::after { +.music-video .image-link:hover::after { font-size: 1.4em; background: #0006; } @@ -1941,8 +1940,7 @@ p.image-details.origin-details .filename-line { box-shadow: 0 0 4px inset black; } -.music-video .image-link:hover .image, -.music-video .image-link:focus .image { +.music-video .image-link:hover .image { transform: scale(1.02); } |