small adjustments for tooltip/popover and icons in top-right menu

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-30 10:06:13 +01:00
parent fa547197e8
commit 40997762a4
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
</div>
<div class="text-end small">
{% if data.infotext is not empty %}
<i class="fa-solid fa-circle-info" data-toggle="tooltip" data-placement="right" title="{{ data.infotext|raw }}"></i>
<i class="fa-solid fa-circle-info" data-bs-trigger="hover" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-html="true" data-bs-content="{{ data.infotext|raw|nl2br }}"></i>
{% endif %}
{{ data.text }}
</div>