diff --git a/webclient/app.css b/webclient/app.css
index 9a4666ad7bf3939ab4965f9c40864565e7774ce7..dbee02f83db2b28c6c88a1373bd3ed893e25bd61 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -251,12 +251,14 @@ a:active  { color: #000; }
 .userAvatar .userAvatarImage {
     position: absolute;
     top: 0px;
-    object-fit: cover;    
+    object-fit: cover;
+    width: 100%;
 }
 
 .userAvatar .userAvatarGradient {
     position: absolute;
     bottom: 20px;
+    width: 100%;
 }
 
 .userAvatar .userName {