diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-21 19:02:00 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-21 19:02:00 +0100 |
commit | 3277a650529d4ecaf816987e6cbcb87fdf3371da (patch) | |
tree | 8b42774eb4386ef79c7dc708320c68b5baf5fa79 /webclient/app.css | |
parent | Add a var. (diff) | |
download | synapse-3277a650529d4ecaf816987e6cbcb87fdf3371da.tar.xz |
actually display room metadata based on m.room.membe events
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 83b0c9c65a..a63b5db4d6 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -245,6 +245,10 @@ h1 { background-color: #fff ! important; } +.mine .membership { + background-color: #fff ! important; +} + .mine .text .bubble { text-align: left ! important; } |