aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {