mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Update docs/assets/css/custom.css, docs/_includes/footer.html files
This commit is contained in:
parent
950463c1a5
commit
848be8f7cc
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<a href="https://famedly.com/kontakt">{{ site.data[page.lang].index.support }}</a><br/>
|
|
||||||
<script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
|
<script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
|
||||||
<noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/{{site.assets}}/widgets/donate.svg"></a></noscript>
|
<noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/{{site.assets}}/widgets/donate.svg"></a></noscript>
|
||||||
</div>
|
</div>
|
||||||
@ -20,6 +19,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
)
|
)
|
||||||
<br/>
|
<br/>
|
||||||
|
<a href="https://famedly.com/kontakt">{{ site.data[page.lang].index.support }}</a> -
|
||||||
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE">{{ site.data[page.lang].index.license }}</a> -
|
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE">{{ site.data[page.lang].index.license }}</a> -
|
||||||
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md">{{ site.data[page.lang].index.changelog }}</a> -
|
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md">{{ site.data[page.lang].index.changelog }}</a> -
|
||||||
<a href="https://hosted.weblate.org/projects/fluffychat/">{{ site.data[page.lang].index.translations }}</a> -
|
<a href="https://hosted.weblate.org/projects/fluffychat/">{{ site.data[page.lang].index.translations }}</a> -
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
/* =============HEADER============== */
|
/* =============HEADER============== */
|
||||||
.header{
|
.header{
|
||||||
border-bottom: 1px solid var(--border-color);
|
|
||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
Loading…
Reference in New Issue
Block a user