diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-27 17:05:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-27 17:05:48 +0100 |
commit | 7c89d5e97ad5f7e8c67622243cc97392c4ab743d (patch) | |
tree | 7769fc5fa3e13b6bf1af556ba02e50d94bb51d46 /webclient/app.css | |
parent | Comments! (diff) | |
parent | improve iOS layout a bit (diff) | |
download | synapse-7c89d5e97ad5f7e8c67622243cc97392c4ab743d.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index bc23f76f00..16f9dd72b7 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -7,6 +7,16 @@ .leftBlock { width: 8em ! important; + font-size: 8px ! important; + } + + .rightBlock { + width: 0px ! important; + display: none ! important; + } + + .avatar { + width: 36px ! important; } #header, @@ -368,6 +378,10 @@ h1 { background-color: #f8f8ff; } +.recentsRoomSelected { + background-color: #eee; +} + .recentsRoomName { font-size: 16px; padding-top: 7px; @@ -387,6 +401,15 @@ h1 { padding-bottom: 5px; } +/*** Recents in the room page ***/ +#roomRecentsTableWrapper { + float: left; + max-width: 320px; + margin-right: 20px; + height: 100%; + overflow-y: auto; +} + /*** Profile ***/ .profile-avatar { |