mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
shrink text bubble font a bit; make image thumbnails always fit in their bubbles
This commit is contained in:
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
Block a user