diff options
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}" |