More template fixes

This commit is contained in:
Thomas Sileo 2022-07-15 20:16:02 +02:00
parent d38fec6570
commit 0d3b41272f
3 changed files with 6 additions and 5 deletions

View file

@ -18,7 +18,7 @@
<a href="{{ url_for }}" {% if request.url.path == url_for %}class="active"{% endif %}>{{ text }}</a>
{% endmacro %}
<div style="margin:30px 0;">
<div style="margin:30px 0 0 0;">
<nav class="flexbox">
<ul>
<li>{{ header_link("index", "Notes") }}</li>
@ -27,6 +27,7 @@
<li>{{ header_link("get_remote_follow", "Remote follow") }}</li>
</ul>
</nav>
</div>
</header>