From c715660cb8acd5333ee3202e2d06bebe6867e47f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 30 Aug 2014 00:41:36 +0100 Subject: [PATCH] shrink text bubble font a bit; make image thumbnails always fit in their bubbles --- webclient/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webclient/app.css b/webclient/app.css index 4e93bc993..9ba0aa997 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; }