Fix the CSS for the following page

This commit is contained in:
Thomas Sileo
2018-06-27 23:27:48 +02:00
parent 1997436015
commit 541bf1c63b
3 changed files with 4 additions and 9 deletions

View File

@@ -9,7 +9,9 @@
<div id="following">
{% for followed in following_data %}
{{ utils.display_actor(followed) }}
<div style="height: 100px;">
{{ utils.display_actor_inline(followed, size=80) }}
</div>
{% endfor %}
</div>