diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 58299eb..f191b58 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -776,12 +776,17 @@ border-radius: 50%; overflow: hidden; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: center; } .user-avatar-container img { width: 100% !important; height: 100% !important; object-fit: cover; + transform: scale(0.8); + transform-origin: center; } .user-info-column {