Removed Extra Scope under edit Quote

This commit is contained in:
johnnyq
2021-11-13 12:44:33 -05:00
parent c66d7fa7bd
commit 40ed8761cb
5 changed files with 4 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
<center class="mb-3">
<?php if(!empty($user_avatar)){ ?>
<img class="img-fluid rounded-circle" src="<?php echo "uploads/users/$user_id/$user_avatar"; ?>" height="128" width="128">
<img class="img-size-100 img-circle" src="<?php echo "uploads/users/$user_id/$user_avatar"; ?>">
<?php }else{ ?>
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-secondary"></i>