Limit image size

This commit is contained in:
Danila Fedorin 2021-07-08 00:20:35 -07:00
parent d38c52d311
commit b3dabc2054

View file

@ -61,3 +61,7 @@ limitations under the License.
.GapView > :nth-child(2) {
flex: 1;
}
.Timeline_messageBody img {
max-width: 50%;
}