Fix the CSS for the following page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user