diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 1eb30da..0caa1a6 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -765,17 +765,14 @@ } .user-avatar-column { - width: 80px; display: flex; justify-content: center; align-items: center; - padding-right: 15px; - border-right: 1px solid #EBEEF5; } .user-avatar-container { - width: 30px; - height: 30px; + width: 40px; + height: 40px; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); @@ -789,7 +786,6 @@ .user-info-column { flex: 1; - padding-left: 15px; } .user-info-item {