diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fc0695dc6..99e5a9dd3 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3397,6 +3397,7 @@ small, .small { .profile-pic-20-wrapper, .profile-pic-30-wrapper, .profile-pic-35-wrapper, +.profile-pic-50-wrapper, .profile-pic-65-wrapper, .profile-pic-72-wrapper, .profile-pic-100-wrapper { @@ -3408,6 +3409,7 @@ small, .small { .profile-pic-20-hat, .profile-pic-30-hat, .profile-pic-35-hat, +.profile-pic-50-hat, .profile-pic-65-hat, .profile-pic-72-hat, .profile-pic-100-hat { @@ -3419,12 +3421,14 @@ small, .small { .profile-pic-20-wrapper { width: 20px; height: 20px; } .profile-pic-30-wrapper { width: 30px; height: 30px; } .profile-pic-35-wrapper { width: 35px; height: 35px; } +.profile-pic-50-wrapper { width: 50px; height: 50px; } .profile-pic-65-wrapper { width: 65px; height: 65px; } .profile-pic-72-wrapper { width: 72px; height: 72px; } .profile-pic-100-wrapper { width: 100px; height: 100px; } .profile-pic-20-hat { width: 20px; } .profile-pic-30-hat { width: 30px; } .profile-pic-35-hat { width: 35px; } +.profile-pic-50-hat { width: 50px; } .profile-pic-65-hat { width: 65px; } .profile-pic-72-hat { width: 72px; } .profile-pic-100-hat { width: 100px; } diff --git a/files/templates/log.html b/files/templates/log.html index 36cccf17c..5ced86fa2 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -100,8 +100,13 @@
- avatar - +
+ avatar + {% if ma.user.hat_active -%} + + {%- endif %} +
+
@{{ma.user.username}} diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 30f735c7f..7acea9b4f 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -75,8 +75,13 @@
- avatar - +
+ avatar + {% if ma.user.hat_active -%} + + {%- endif %} +
+
@{{ma.user.username}} @@ -97,7 +102,7 @@ {% else %} -
There's nothing here right now.
+
There's nothing here right now.
{% endfor %}