shrink text bubble font a bit; make image thumbnails always fit in their bubbles

This commit is contained in:
Matthew Hodgson 2014-08-30 00:41:36 +01:00
parent 93407cf7cf
commit c715660cb8

View File

@ -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;
}