summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-05 15:37:51 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-05 15:37:51 +0200
commit585e98fe2b1b2465a0db2d4d18c0687ee1dd09a4 (patch)
tree48f7ef985dea475226d4f5438b2161f9f0ea2777
parentBF: Show "Bob invited you" in recents when Bob invites the user (diff)
downloadsynapse-585e98fe2b1b2465a0db2d4d18c0687ee1dd09a4.tar.xz
BF: Fixed members list layout when the scrollbar appears
-rwxr-xr-xwebclient/app.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 9a4666ad7b..dbee02f83d 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 {