This commit is contained in:
parent
edcb22faae
commit
ba761b6be3
2 changed files with 18 additions and 2 deletions
|
@ -115,10 +115,19 @@ footer {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: horizontal;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
margin: 2pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p> {{ i18n "footer" }}</p>
|
<div>
|
||||||
<img src="/neocat_hug_heart.png" width="32">
|
<a href="https://fediring.net/previous?host=violette.town">←</a>
|
||||||
|
<a href="https://fediring.net/">Fediring</a>
|
||||||
|
<a href="https://fediring.net/next?host=violette.town">→</a>
|
||||||
|
</div>
|
||||||
|
<div class="message">
|
||||||
|
<img src="/neocat_hug_heart.png" width="32">
|
||||||
|
<p class="message"> {{ i18n "footer" }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue