mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed users image not round before load
This commit is contained in:
@@ -659,7 +659,7 @@
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
<div class="col-md-4 text-center">
|
<div class="col-md-4 text-center">
|
||||||
<img id="detailPhoto" alt="Photo" class="img-thumbnail rounded-circle" style="height:150px;" />
|
<img id="detailPhoto" alt="Photo" class="img-thumbnail rounded-circle" style="width:150px; height:150px;" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label" for="detailUid">@T["Username"]</label>
|
<label class="form-label" for="detailUid">@T["Username"]</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user