Skip to content

Commit 4c105d9

Browse files
Merge pull request #45 from openclassify/erhans
Fix for admin profile picture.
2 parents 4830376 + 2ff1437 commit 4c105d9

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)