mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Round the user avatar a bit if it's used as the brand image
This commit is contained in:
@@ -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" %}"
|
||||
|
Reference in New Issue
Block a user