mirror of
https://github.com/searxng/searxng.git
synced 2025-01-11 02:45:31 +00:00
[fix] simple theme - preferences: fix tooltip overflow
Suggested-by: @dalf https://github.com/searxng/searxng/pull/295#discussion_r703370358 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9068a72c6a
commit
bd830f7449
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
.column-reliability {
|
||||||
|
.engine-tooltip {
|
||||||
|
right: 12rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#main_preferences {
|
#main_preferences {
|
||||||
form {
|
form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
{% set r = '' %}
|
{% set r = '' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if checker_result or errors %}
|
{% if checker_result or errors %}
|
||||||
<td class="{{ label }}">{{- "" -}}
|
<td class="{{ label }} column-reliability">{{- "" -}}
|
||||||
<a href="{{ url_for('stats', engine=engine_name|e) }}">{{- "" -}}
|
<a href="{{ url_for('stats', engine=engine_name|e) }}">{{- "" -}}
|
||||||
<span aria-labelledby="{{engine_name}}_reliability">
|
<span aria-labelledby="{{engine_name}}_reliability">
|
||||||
{{ icon('warning', 'The engine is not reliabled') }} {{ r -}}
|
{{ icon('warning', 'The engine is not reliabled') }} {{ r -}}
|
||||||
|
|
Loading…
Reference in a new issue