Match the thumbnail width and height in in-message images.

This commit is contained in:
Danila Fedorin 2021-07-08 14:41:05 -07:00
parent b3dabc2054
commit 695bdec9fe

View file

@ -63,5 +63,6 @@ limitations under the License.
}
.Timeline_messageBody img {
max-width: 50%;
max-width: 400px;
max-height: 300px;
}