mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
Fix media exposure toggle
Make initially hidden and the toggle button consistent.
This commit is contained in:
parent
fa7fef7d87
commit
f9f0c2ec03
@ -12,7 +12,7 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if result.embedded -%}
|
{%- if result.embedded -%}
|
||||||
<div id="result-media-{{ index }}" class="collapse">
|
<div id="result-media-{{ index }}" class="collapse invisible">
|
||||||
{{- result.embedded|safe -}}
|
{{- result.embedded|safe -}}
|
||||||
</div>
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user