summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-30 00:50:51 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-30 00:50:51 +0100
commit2a0e79bbfabebc05ea3b1b2fd62af9bd198d8087 (patch)
treef12ad037a69be6558b8c49b91503fe0fde057bd8 /webclient/app.css
parentactually add a 'home' button (diff)
downloadsynapse-2a0e79bbfabebc05ea3b1b2fd62af9bd198d8087.tar.xz
tweaks to settings page
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 9ba0aa997c..a5d0199bab 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -428,15 +428,12 @@ h1 {
 }
 
 .profile-avatar img {
-    max-width: 100%;
-    max-height: 100%;
+    width: 100%;
+    height: 100%;
+    object-fit: cover;    
 }
 
 /*** User profile page ***/
-#user-ids {
-    padding-left: 1em;
-}
-
 #user-displayname {
     font-size: 24px;
 }