forked from mystiq/hydrogen-web
Match the thumbnail width and height in in-message images.
This commit is contained in:
parent
b3dabc2054
commit
695bdec9fe
1 changed files with 2 additions and 1 deletions
|
@ -63,5 +63,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody img {
|
.Timeline_messageBody img {
|
||||||
max-width: 50%;
|
max-width: 400px;
|
||||||
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue