diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index c5514e20..724be932 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -432,8 +432,8 @@ and also iPads specifically. #beta-logo { height: 50px; - right: 0px; - top: 0px; + right: -3px; + top: -3px; position: absolute; } #selector-header { diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index 304df5cc..ca97be4a 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -616,8 +616,9 @@ $form-edge-padding: 20px; #beta-logo { height: 50px; - right: 0px; - top: 0px; + // looks better when it's hanging off a little + right: -3px; + top: -3px; position: absolute; } diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index d02eb9d9..bf5e7aa3 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -215,16 +215,27 @@ nav
+ +
Currently: Loading...
+ + +

Beta! The Visual Selector is new and there may be minor bugs, please report pages that dont work, help us to improve this software!

+
+ {% else %} Screenshot and element data is not available or not yet ready. {% endif %} {% else %} - Sorry, this functionality only works with Playwright/Chrome enabled watches, - alternatively try our very affordable subscription based service + +

Sorry, this functionality only works with Playwright/Chrome enabled watches.

+

Enable the Playwright Chrome fetcher, or alternatively try our very affordable subscription based service.

+

This is because Selenium/WebDriver can not extract full page screenshots reliably.

+ +
{% endif %}