diff options
author | Ajay Ramachandran <[email protected]> | 2020-10-14 23:07:17 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-10-14 23:07:17 -0400 |
commit | 7c82a74e78d3112d61abbe8d32a9ed2e3f18d70c (patch) | |
tree | c7b33ebb523a8a3d9bf8be6011a8980e59acf16a /public/popup.html | |
parent | 5e4aed7afdd7f12bdb17592959c18472690a4886 (diff) | |
download | SponsorBlock-7c82a74e78d3112d61abbe8d32a9ed2e3f18d70c.tar.gz SponsorBlock-7c82a74e78d3112d61abbe8d32a9ed2e3f18d70c.zip |
Shrink submit header
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/popup.html b/public/popup.html index 2eec0834..3f63d2bb 100644 --- a/public/popup.html +++ b/public/popup.html @@ -58,7 +58,7 @@ </div> </div> <div id="mainControls" style="display: none"> - <p class="sbHeader"> + <p class="sbHeader sbSubHeader"> __MSG_recordTimesDescription__ </p> <sub style="margin-bottom: 12px;">__MSG_popupHint__</sub> @@ -72,7 +72,7 @@ </div> </div> </div> - <h1 class="recordingSubtitle sbHeader sbWork">__MSG_yourWork__</h1> + <h1 class="recordingSubtitle sbHeader sbSubHeader">__MSG_yourWork__</h1> <div class="sidebyside"> <div id="usernameElement"> <div> |