change px to em

This commit is contained in:
Shpuld Shpuldson 2020-07-02 14:28:35 +03:00
parent 0ca3a6e63d
commit b8ed904c0c

View file

@ -374,7 +374,7 @@
.media-upload-wrapper {
margin-right: .2em;
margin-bottom: .5em;
width: 260px;
width: 18em;
.icon-cancel {
display: inline-block;
@ -391,11 +391,11 @@
img, video {
object-fit: contain;
max-height: 140px;
max-height: 10em;
}
.video {
max-height: 140px;
max-height: 10em;
}
input {