mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
fix footer icons
This commit is contained in:
parent
6a36b4897d
commit
55bca76629
1 changed files with 4 additions and 1 deletions
|
@ -100,6 +100,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<style>
|
<style>
|
||||||
/* some essential styles so 3rd-party themes don't break */
|
/* some essential styles so 3rd-party themes don't break */
|
||||||
|
footer .icon-link, footer .icon-link i {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.markdown-content p {
|
.markdown-content p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -327,7 +330,7 @@
|
||||||
<img src="{{ url_for('static', filename='icons/catask.svg') }}" width="20" height="20" alt="{{ const.appName }} logo">
|
<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>
|
{{ const.appName }} <span class="fw-medium">{{ version }}{{ version_id }}</span>
|
||||||
</p>
|
</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') }}">
|
<a href="{{ const.homepageUrl }}" class="icon-link text-decoration-none" target="_blank" title="{{ _('Website') }}">
|
||||||
<i class="bi bi-globe2"></i>
|
<i class="bi bi-globe2"></i>
|
||||||
<span class="visually-hidden">{{ _('Website') }}</span>
|
<span class="visually-hidden">{{ _('Website') }}</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue