From b8ed904c0c4a387dccc1b107452bc0d669c174e2 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 2 Jul 2020 14:28:35 +0300 Subject: [PATCH] change px to em --- src/components/post_status_form/post_status_form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 0b79c9d8..442b9297 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -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 {