diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-23 13:49:20 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-10-23 13:49:20 -0300 |
commit | 22b1823dd82bf4fd2063d121c743d02e452fe7f3 (patch) | |
tree | c724e84bb4dac1904cdcf118296642cd8ced76a4 /src/static | |
parent | 63075c650bf990407e9eefe3e9f135b2425a2ded (diff) |
content: generateAlbimSidebarTrackSection: handle commentary-less tracks
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index d50d4623..0eb7dcda 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -794,6 +794,10 @@ li > ul { display: none; } +html[data-url-key="localized.albumCommentary"] li.no-commentary { + opacity: 0.7; +} + /* Images */ .image-container { |