aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-18 16:11:16 +0300
committerHenry Jameson <me@hjkos.com>2021-06-18 16:11:16 +0300
commit8bab8658e8efd5b8b9f8de9311432c814fa2ef9c (patch)
tree2d54379462fcc908f84d9c0a3d4c7ba64aaa6a6c /src/components/post_status_form
parentbfe31e20eaddaa9435c98962c53c35f4184ed5fe (diff)
better handling of unknown files, better upload display
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 88ca4c9c..5078ad5f 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -338,6 +338,10 @@
.post-status-form {
position: relative;
+ .attachments {
+ margin-bottom: 0.5em;
+ }
+
.form-bottom {
display: flex;
justify-content: space-between;