diff --git a/changedetectionio/static/styles/scss/styles.scss b/changedetectionio/static/styles/scss/styles.scss index aa805285..044ee0ac 100644 --- a/changedetectionio/static/styles/scss/styles.scss +++ b/changedetectionio/static/styles/scss/styles.scss @@ -1118,6 +1118,9 @@ ul { color: #fff; opacity: 0.7; } + svg { + vertical-align: middle; + } @extend .inline-tag; } diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index b9469fd0..7d3b6ba8 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -1194,6 +1194,9 @@ ul { color: #fff; opacity: 0.7; } +.restock-label svg { + vertical-align: middle; } + #chrome-extension-link { padding: 9px; border: 1px solid var(--color-grey-800);