diff options
author | mmble <[email protected]> | 2020-08-19 17:50:36 +0200 |
---|---|---|
committer | mmble <[email protected]> | 2020-08-19 17:50:36 +0200 |
commit | 24c5253ab8bff9e3981fd11cd901d5758b5f8261 (patch) | |
tree | da21ca3601d4372fd5a1c6a63bea388ddb29faf1 /public/popup.html | |
parent | abc6f70329f150fcce33cfc4304be375e3ebfe3a (diff) | |
download | SponsorBlock-24c5253ab8bff9e3981fd11cd901d5758b5f8261.tar.gz SponsorBlock-24c5253ab8bff9e3981fd11cd901d5758b5f8261.zip |
Numbers of skipped segments in popup window are now bolded.
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/popup.html b/public/popup.html index 00ba923c..a73d7d86 100644 --- a/public/popup.html +++ b/public/popup.html @@ -86,9 +86,9 @@ <span id="sponsorTimesViewsContainer" style="display: none"> __MSG_savedPeopleFrom__ - <span id="sponsorTimesViewsDisplay"> + <b><span id="sponsorTimesViewsDisplay"> 0 - </span> + </span></b> <span id="sponsorTimesViewsDisplayEndWord">__MSG_Segments__</span> <br> (<b><span id="sponsorTimesOthersTimeSavedDisplay">0</span> @@ -97,9 +97,9 @@ </span> <div id="sponsorTimesSkipsDoneContainer" style="display: none"> __MSG_youHaveSkipped__ - <span id="sponsorTimesSkipsDoneDisplay"> + <b><span id="sponsorTimesSkipsDoneDisplay"> 0 - </span> + </span></b> <span id="sponsorTimesSkipsDoneEndWord">__MSG_Segments__</span> (<b><span id="sponsorTimeSavedDisplay"> 0 |