1
0
Fork 0

Fix media exposure toggle

Make initially hidden and the toggle button consistent.
This commit is contained in:
Hermógenes Oliveira 2024-01-14 15:28:40 -03:00 committed by GitHub
parent 37e25e32df
commit 7a0601a367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -%}