forked from mystiq/hydrogen-web
Limit image size
This commit is contained in:
parent
d38c52d311
commit
b3dabc2054
1 changed files with 4 additions and 0 deletions
|
@ -61,3 +61,7 @@ limitations under the License.
|
||||||
.GapView > :nth-child(2) {
|
.GapView > :nth-child(2) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Timeline_messageBody img {
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue