aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-07-02 14:28:35 +0300
committerShpuld Shpuldson <shp@cock.li>2020-07-02 14:28:35 +0300
commitb8ed904c0c4a387dccc1b107452bc0d669c174e2 (patch)
tree80b27b0df58598b58d44e4f1f76af1fb378888d3
parent0ca3a6e63d6dd8ed59cdf0c14780b5616667accc (diff)
change px to em
-rw-r--r--src/components/post_status_form/post_status_form.vue6
1 files 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 {