diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-27 17:03:16 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-27 17:03:16 +0100 |
commit | f53c4300fd3a83b4bb40fc93cad4dbf0e53d1b52 (patch) | |
tree | b6fe9a1d5ea3095e3b6a23b02af9beb68743d906 | |
parent | Added /rooms/$roomid/state and /rooms/$roomid/initialSync to API docs. (diff) | |
download | synapse-f53c4300fd3a83b4bb40fc93cad4dbf0e53d1b52.tar.xz |
improve iOS layout a bit
-rw-r--r-- | webclient/app.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 8abdd1cb44..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, |