diff --git a/webroot/styles/user-content.css b/webroot/styles/user-content.css index 0121ab5ea..2ebdff823 100644 --- a/webroot/styles/user-content.css +++ b/webroot/styles/user-content.css @@ -3,7 +3,7 @@ width: var(--user-image-width); height: var(--user-image-width); max-height: var(--user-image-width); - background-size: calc(var(--user-image-width) - 1em); + background-size: calc(var(--user-image-width)); } .user-social-item .platform-icon {