Merge pull request #297 from LD-Reborn/296-bug-users-not-loaded-image-is-not-round

Fixed users image not round before load
This commit is contained in:
LD50
2025-11-10 01:11:53 +01:00
committed by GitHub

View File

@@ -659,7 +659,7 @@
<div class="modal-body">
<div class="row g-3">
<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 class="col-md-6">
<label class="form-label" for="detailUid">@T["Username"]</label>