diff --git a/changedetectionio/processors/restock_diff.py b/changedetectionio/processors/restock_diff.py index 34b41d62..b094797a 100644 --- a/changedetectionio/processors/restock_diff.py +++ b/changedetectionio/processors/restock_diff.py @@ -9,7 +9,7 @@ from copy import deepcopy urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) -name = 'Re-stock detection' +name = 'Re-stock detection for single product pages' description = 'Detects if the product goes back to in-stock' class perform_site_check(difference_detection_processor): diff --git a/changedetectionio/static/styles/scss/styles.scss b/changedetectionio/static/styles/scss/styles.scss index 4ec31ed3..c045bb96 100644 --- a/changedetectionio/static/styles/scss/styles.scss +++ b/changedetectionio/static/styles/scss/styles.scss @@ -1068,12 +1068,15 @@ ul { color: #fff; ul { padding: 0.3rem; + li { - list-style: none; -} + list-style: none; + font-size: 0.8rem; + } } } + .restock-label { &.in-stock { background-color: var(--color-background-button-green); diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 1e0559f4..d3c60b84 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -1000,7 +1000,8 @@ ul { #quick-watch-processor-type ul { padding: 0.3rem; } #quick-watch-processor-type ul li { - list-style: none; } + list-style: none; + font-size: 0.8rem; } .restock-label { padding: 3px;