diff --git a/src/options.css b/src/options.css index ed4341a..4bb73b8 100644 --- a/src/options.css +++ b/src/options.css @@ -378,6 +378,14 @@ input#whitelist-mode, font-size: 1rem; } +.help-overlay hr { + border-color: #ddd; + border-style: dotted; + border-width: 1px 0 0 0; + height: 0; + max-width: 200px; +} + /********/ /* MISC */ /********/ diff --git a/src/options.html b/src/options.html index 540fb9a..e043d04 100644 --- a/src/options.html +++ b/src/options.html @@ -55,8 +55,19 @@
On sites/pages where it’s enabled, AlwaysKillSticky finds all elements whose position CSS property has a computed value of either sticky or fixed, and removes those elements.
To enable AlwaysKillSticky on a site, click the AlwaysKillSticky icon in your browser toolbar, then click the big button (shaped like a thumbtack: ). Stickies will immediately be killed, and will always be killed whenever you visit that page, or any page on the same site, in the future.
-To stop killing stickies on a site, just click the big button again. Stickies will no longer be killed when you visit pages on that site. (After disabling sticky-killing for a page, you can click the Reload () button to refresh the page if you want to restore killed sticky elements on that page.)
+To enable AlwaysKillSticky on a site:
+Stickies will immediately be killed, and will always be killed whenever you visit that page, or any page on the same site, in the future.
+To stop killing stickies on a site: +
Stickies will no longer be killed when you visit pages on that site.
+(After disabling sticky-killing for a page, you can click the Reload () button to refresh the page if you want to restore killed sticky elements on that page.)
AlwaysKillSticky can work in either of two modes: blacklist mode (the default) and whitelist mode. (You can switch modes at any time, via the Options page.)