Fix the CSS for the following page
This commit is contained in:
parent
1997436015
commit
541bf1c63b
3 changed files with 4 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue