diff --git a/changedetectionio/static/styles/scss/styles.scss b/changedetectionio/static/styles/scss/styles.scss index 69310fa4..01d23be6 100644 --- a/changedetectionio/static/styles/scss/styles.scss +++ b/changedetectionio/static/styles/scss/styles.scss @@ -22,6 +22,13 @@ body { width: 1px; } +// Row icons like chrome, pdf, share, etc +.status-icon { + display: inline-block; + height: 1rem; + vertical-align: middle; +} + .pure-table-even { background: var(--color-background); } diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 2d5511b4..c1a7c4d1 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -275,6 +275,11 @@ body { white-space: nowrap; width: 1px; } +.status-icon { + display: inline-block; + height: 1rem; + vertical-align: middle; } + .pure-table-even { background: var(--color-background); } diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 10f6645a..77fe7cf5 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -89,10 +89,10 @@ {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}} - + - {%if watch.get_fetch_backend == "html_webdriver" %}{% endif %} - {%if watch.is_pdf %}{% endif %} + {%if watch.get_fetch_backend == "html_webdriver" %}{% endif %} + {%if watch.is_pdf %}{% endif %} {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %} @@ -103,7 +103,7 @@
Embedded price data detected, follow only price data? Yes No
{% endif %} {% if watch['track_ldjson_price_data'] == 'accepted' %} - Price + Price {% endif %} {% if not active_tag %} {{ watch.tag}}