diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:41:36 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:41:36 +0100 |
commit | c715660cb8acd5333ee3202e2d06bebe6867e47f (patch) | |
tree | 73a1a8764988e89f8a481b8000d8ce6506b1a561 /webclient | |
parent | Bugfixes on presence pushes on user joining: (diff) | |
download | synapse-c715660cb8acd5333ee3202e2d06bebe6867e47f.tar.xz |
shrink text bubble font a bit; make image thumbnails always fit in their bubbles
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/app.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css index 4e93bc9934..9ba0aa997c 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -301,7 +301,7 @@ h1 { display: inline-block; margin-bottom: -1px; max-width: 90%; - font-size: 16px; + font-size: 14px; word-wrap: break-word; padding-top: 7px; padding-bottom: 5px; @@ -311,6 +311,11 @@ h1 { -webkit-text-size-adjust:100% } +.bubble img { + max-width: 100%; + max-height: auto; +} + .differentUser td { padding-bottom: 5px ! important; } |