« get me outta code hell

content, css: only apply fade effect on "long" lyrics - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-07-27 20:25:46 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-07-27 20:25:46 -0300
commit1d54cfe3078707061b06761ef8fa1878fee25ec7 (patch)
tree01a9bf30f3ab963ec1bdedd2fc93254dd8bfb617 /src/static
parente56708474c51325e0f16b8a997575dcfa8333ef3 (diff)
content, css: only apply fade effect on "long" lyrics
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 8872bde8..afc5cfbf 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1870,11 +1870,11 @@ p.image-details.origin-details .origin-details {
   margin-top: 0.25em;
 }
 
-.lyrics-entry {
+.lyrics-entry.long-lyrics {
   clip-path: inset(-15px -20px);
 }
 
-.lyrics-entry::after {
+.lyrics-entry.long-lyrics::after {
   content: "";
   pointer-events: none;
   display: block;