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 @@