UI - Watch list - Making list status icons larger, fixing icon text

This commit is contained in:
dgtlmoon
2026-09-09 18:31:50 +02:00
parent 4cf1bbe7cd
commit 689bbe412c
3 changed files with 3 additions and 2 deletions
@@ -97,7 +97,7 @@
{%- if effective_fetcher and ("html_webdriver" in effective_fetcher or "html_" in effective_fetcher or "extra_browser_" in effective_fetcher) -%}
{{ effective_fetcher|fetcher_status_icons }}
{%- endif -%}
{%- if watch.is_pdf -%}<img class="status-icon" src="{{url_for('static_content', group='images', filename='pdf-icon.svg')}}" alt="Converting PDF to text" >{%- endif -%}
{%- if watch.is_pdf -%}<img class="status-icon" src="{{url_for('static_content', group='images', filename='pdf-icon.svg')}}" title="Converting PDF to text" alt="Converting PDF to text" >{%- endif -%}
{%- if watch.has_browser_steps -%}<img class="status-icon status-browsersteps" src="{{url_for('static_content', group='images', filename='steps.svg')}}" alt="Browser Steps is enabled" >{%- endif -%}
</div>
{%- if watch['processor'] == 'restock_diff' -%}
@@ -361,6 +361,7 @@ body.watch-selection-active #checkbox-operations {
gap: 4px; /* Space between image and text */
> * {
vertical-align: middle;
height: 1.4rem;
}
}
File diff suppressed because one or more lines are too long