Fix the followers/following page CSS

This commit is contained in:
Thomas Sileo
2018-06-22 10:01:05 +02:00
parent d44387f439
commit 0e98145989
3 changed files with 18 additions and 4 deletions

View File

@@ -15,8 +15,8 @@
{% macro display_actor(follower) -%}
<a class="actor-box" href="{{follower.url}}">
<div class="pure-g">
<a class="actor-box-big" href="{{follower.url}}">
<div class="pure-g actor-box-wrapper">
<div class="pure-u-1-5">
{% if not follower.icon %}
<img class="actor-icon" src="/static/nopic.png">