Skip to content

Commit 2ff1437

Browse files
committed
Fix for admin profile picture.
1 parent 49a5797 commit 2ff1437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/topbar.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{ name|raw }}
2323
</button>
2424
{% if user().file is not empty %}
25-
{{ img(user().file).width(47).class('rounded-circle')|raw }}
25+
{{ img(user().file).width(47).height(47).class('rounded-circle')|raw }}
2626
{% else %}
2727
{{ img('theme::img/no-avatar.svg').width(47).class('rounded-circle')|raw }}
2828
{% endif %}

0 commit comments

Comments
 (0)