diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-06 21:51:38 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-10 13:31:06 -0400 |
commit | 277825b9b388bfe70a2a90e88c46e71033c6ca07 (patch) | |
tree | 55b98dcd4bcba7c3272aa49739f78f7530d0f686 /src | |
parent | bbfb1f3539c3cf7cdc06aae7c9c408c1d2da5054 (diff) |
content, css: tweak missing duration presentation
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site6.css | 4 | ||||
-rw-r--r-- | src/strings-default.yaml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 05c24d61..bd688564 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -531,6 +531,10 @@ a:not([href]):hover { opacity: 1; } +.text-with-tooltip.missing-duration .text-with-tooltip-interaction-cue { + text-decoration: none !important; +} + .tooltip { position: absolute; z-index: 3; diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 0cdfd071..79f68001 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -375,8 +375,8 @@ trackList: withDuration.duration: _: "({DURATION})" - missing: "0:00" - missing.info: "no duration provided" + missing: "_:__" + missing.info: "no duration provided; treated as zero seconds long" withArtists.by: "by {ARTISTS}" |