Correct image circle

This commit is contained in:
Charles 2025-10-14 16:40:01 +02:00
parent abbaf016cc
commit 9270849e12
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="card-title shadow-sm p-3 d-flex justify-content-between align-items-center">
<div class="d-flex">
{% if user.pictureUrl is not empty %}
<img src="{{ aws_url ~ user.pictureUrl }}" alt="user" class="me-3 rounded-circle">
<img src="{{ aws_url ~ user.pictureUrl }}" alt="user" class="me-3 rounded-circle" style="width:40px; height:40px;">
{% endif %}
<h2>{{ user.surname|capitalize }} {{ user.name|capitalize }}</h2>