Correct image circle
This commit is contained in:
parent
abbaf016cc
commit
9270849e12
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue