diff --git a/pages/options/options.css b/pages/options/options.css index ee1bb0ff..62f63174 100644 --- a/pages/options/options.css +++ b/pages/options/options.css @@ -86,6 +86,10 @@ body { max-width: 320px; } +input[type=radio] { + margin: 10px 10px 10px 0px; +} + /** * Icons */ @@ -145,6 +149,9 @@ body { #button-copy-rule-set { display: none; + padding: 5px; + margin-left: 29px; + font-size: 1.3em; } /** @@ -204,6 +211,13 @@ body { #generated-rules { display: none; + margin-left: 29px; +} + +.ruleset-generator { + display: flex; + align-items: center; + margin-left: 29px; } /** diff --git a/pages/options/options.html b/pages/options/options.html index a1af79a0..1eaf079e 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -130,11 +130,12 @@
-
+
In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix.
+
-
+