fix footer icons

This commit is contained in:
mst 2025-03-11 15:51:56 +03:00
parent 6a36b4897d
commit 55bca76629
No known key found for this signature in database

View file

@ -100,6 +100,9 @@
{% endif %}
<style>
/* some essential styles so 3rd-party themes don't break */
footer .icon-link, footer .icon-link i {
display: flex;
}
.markdown-content p {
margin: 0;
}
@ -327,7 +330,7 @@
<img src="{{ url_for('static', filename='icons/catask.svg') }}" width="20" height="20" alt="{{ const.appName }} logo">
{{ const.appName }} <span class="fw-medium">{{ version }}{{ version_id }}</span>
</p>
<div class="d-flex gap-2 fs-5 justify-content-end">
<div class="d-flex gap-2 fs-5 justify-content-end align-items-center mt-1">
<a href="{{ const.homepageUrl }}" class="icon-link text-decoration-none" target="_blank" title="{{ _('Website') }}">
<i class="bi bi-globe2"></i>
<span class="visually-hidden">{{ _('Website') }}</span>