diff --git a/options/options.css b/options/options.css index 73c29016..a86ace9c 100644 --- a/options/options.css +++ b/options/options.css @@ -3,6 +3,10 @@ body { font-family: Sans-Serif; } +.center { + text-align: center; +} + .hidden { display: none; } @@ -42,6 +46,7 @@ body { #options { max-width: 60%; text-align: left; + display: inline-block; } .switch-container:after { diff --git a/options/options.html b/options/options.html index 2976c7e1..ebec3066 100644 --- a/options/options.html +++ b/options/options.html @@ -14,14 +14,13 @@ SponsorBlock -
- +

__MSG_createdBy__ Ajay Ramachandran

__MSG_Options__

- - - -
+ diff --git a/options/options.js b/options/options.js index 393ee17f..a1e26791 100644 --- a/options/options.js +++ b/options/options.js @@ -46,7 +46,7 @@ async function init() { await wait(() => checksLeft == 0, 1000, 50); - optionsContainer.style.display = "inherit"; + optionsContainer.classList.remove("hidden"); optionsContainer.classList.add("animated"); }