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.
2 parents 4830376 + 2ff1437 commit 4c105d9Copy full SHA for 4c105d9
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