diff options
author | Ajay Ramachandran <[email protected]> | 2020-06-20 00:20:01 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-20 00:20:01 -0400 |
commit | 43184e466fb5576f8da435ad5e5693d36ca8dc9f (patch) | |
tree | e8819ba5f537969f8ee03e2c40cf9b7ab9d67b16 | |
parent | 627c7769b0617700d98bdaeef6e25a48a1fc3de8 (diff) | |
parent | 759dba9cd34f26b6b0db419375a4a50fbab62f5c (diff) | |
download | SponsorBlock-2.0.2.tar.gz SponsorBlock-2.0.2.zip |
Merge pull request #385 from ajayyy/react2.0.2
Fixed options page issues
-rw-r--r-- | manifest/manifest.json | 4 | ||||
-rw-r--r-- | public/_locales/en/messages.json | 4 | ||||
-rw-r--r-- | public/options/options.html | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 3033948e..0f1bc409 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { - "name": "__MSG_fullName__", + "name": "SponsorBlock", "short_name": "__MSG_Name__", - "version": "2.0.1", + "version": "2.0.2", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 43999660..a1beb859 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -1,8 +1,4 @@ { - "Name": { - "message": "SponsorBlock", - "description": "Name of the extension." - }, "fullName": { "message": "SponsorBlock for YouTube - Skip Sponsorships", "description": "Name of the extension." diff --git a/public/options/options.html b/public/options/options.html index 67384842..51001ee6 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -12,13 +12,13 @@ <body class="sponsorBlockPageBody"> - <div id="title"> + <div id="title" class="titleBar"> <img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/> SponsorBlock </div> <div class="center"> - <p class="createdBy">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p> + <p class="createdBy titleBar">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p> <h1>__MSG_Options__</h1> |