summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-30 00:41:36 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-30 00:41:36 +0100
commitc715660cb8acd5333ee3202e2d06bebe6867e47f (patch)
tree73a1a8764988e89f8a481b8000d8ce6506b1a561 /webclient/app.css
parentBugfixes on presence pushes on user joining: (diff)
downloadsynapse-c715660cb8acd5333ee3202e2d06bebe6867e47f.tar.xz
shrink text bubble font a bit; make image thumbnails always fit in their bubbles
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css7
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;
 }