diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-02 21:21:25 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-02 21:21:25 -0400 |
commit | 0dd2d18b079eed584a50fa33b856b303fccf6604 (patch) | |
tree | 408cc1beb0b19e59e1424cad1ba59072ae5fe701 /public | |
parent | 798221606d637445f1244d94d28e1492f0358362 (diff) | |
parent | 2de822c97e53a793f8e37580877ae2c3bd128a85 (diff) | |
download | SponsorBlock-0dd2d18b079eed584a50fa33b856b303fccf6604.tar.gz SponsorBlock-0dd2d18b079eed584a50fa33b856b303fccf6604.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
Diffstat (limited to 'public')
-rw-r--r-- | public/help/index_en.html | 2 | ||||
-rw-r--r-- | public/options/options.css | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/public/help/index_en.html b/public/help/index_en.html index 95da1a1d..3006bd93 100644 --- a/public/help/index_en.html +++ b/public/help/index_en.html @@ -19,7 +19,7 @@ <p class="createdBy">Created By <a href="https://ajay.app">Ajay Ramachandran</a> <img src="https://ajay.app/newprofilepic.jpg" height="30" class="profilepiccircle"/></p> <p> - Thanks for installing SponsorBlock. Here are some quick tips for getting started. Feel free to contact me if you have any questions. By using this extension, you agree to the <a href="https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796">Privacy Policy</a>. + Thanks for installing SponsorBlock. Here are some quick tips for getting started. Feel free to contact me if you have any questions. By using this extension, you agree to the <a href="https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796">Privacy Policy</a> and <a href="https://gist.github.com/ajayyy/9e8100f069348e0bc062641f34d6af12">Terms of Use</a>. </p> <p class="projectPreview"> diff --git a/public/options/options.css b/public/options/options.css index ddce689c..c7f59244 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -66,6 +66,12 @@ body { display: inline-block; } +#options.embed { + max-width: 100%; + text-align: left; + display: inline-block; +} + .switch-container { content: attr(label-name); position: absolute; |