change px to em

このコミットが含まれているのは:
Shpuld Shpuldson 2020-07-02 14:28:35 +03:00
コミット b8ed904c0c
1個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -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 {