More css tweaks

This commit is contained in:
Thomas Sileo
2018-06-22 09:35:18 +02:00
parent 46f38e05c9
commit d44387f439
3 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
{% else %}
<img class="actor-icon" src="{{ follower.icon.url }}" style="width:50px;">{% endif %}
</span>
<div>
<div class="actor-inline">
<div style="font-weight:bold">{{ follower.name or follower.preferredUsername }}</div>
<small>@{{ follower.preferredUsername }}@{{ follower.url | domain }}</small>
</div>