shrink text bubble font a bit; make image thumbnails always fit in their bubbles
parent
93407cf7cf
commit
c715660cb8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue