diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:50:51 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:50:51 +0100 |
commit | 2a0e79bbfabebc05ea3b1b2fd62af9bd198d8087 (patch) | |
tree | f12ad037a69be6558b8c49b91503fe0fde057bd8 /webclient/app.css | |
parent | actually add a 'home' button (diff) | |
download | synapse-2a0e79bbfabebc05ea3b1b2fd62af9bd198d8087.tar.xz |
tweaks to settings page
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 9 |
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; } |