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