Round the user avatar a bit if it's used as the brand image

This commit is contained in:
Jason McBrayer 2018-08-08 12:52:10 -04:00
parent f75f969522
commit 2171827987
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<a class="navbar-item" href="{% url "home" %}">
{% if own_acct %}
<img src="{{ own_acct.avatar_static }}"
class="image is-32x32"
class="image is-32x32 avatar"
alt="Brutaldon ({{ own_acct.username }})">
{% else %}
<img src="{% static "images/brutaldon.png" %}"