mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 09:00:02 +00:00
Fix media exposure toggle
Make initially hidden and the toggle button consistent.
This commit is contained in:
parent
fa7fef7d87
commit
f9f0c2ec03
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
{%- endif -%}
|
||||
|
||||
{%- if result.embedded -%}
|
||||
<div id="result-media-{{ index }}" class="collapse">
|
||||
<div id="result-media-{{ index }}" class="collapse invisible">
|
||||
{{- result.embedded|safe -}}
|
||||
</div>
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Reference in a new issue