We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a5797 commit 2ff1437Copy full SHA for 2ff1437
resources/views/partials/topbar.twig
@@ -22,7 +22,7 @@
22
{{ name|raw }}
23
</button>
24
{% if user().file is not empty %}
25
- {{ img(user().file).width(47).class('rounded-circle')|raw }}
+ {{ img(user().file).width(47).height(47).class('rounded-circle')|raw }}
26
{% else %}
27
{{ img('theme::img/no-avatar.svg').width(47).class('rounded-circle')|raw }}
28
{% endif %}
0 commit comments