diff --git a/public/style.css b/public/style.css index d7f6ddc..07374a5 100644 --- a/public/style.css +++ b/public/style.css @@ -8512,6 +8512,7 @@ input[type=submit] { .avatar-icon { width: 40px; height: 40px; + object-fit: cover; flex-shrink: 0; border-radius: 100%; overflow: hidden; diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index f779a4e..fa1c9a2 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -24,6 +24,7 @@ .admin .cover { background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px ); } + {{ end }}