aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-04-17 04:05:21 -0400
committerShpuld Shpuldson <shpuld@gmail.com>2017-04-17 04:05:21 -0400
commit6b777482b6332bed1bb9aa268955ac5d5bc0a40d (patch)
tree79d18e537624d81586037f305e8f4af980800f38 /src
parentceb2c814ae1403ef9486dd6102f99f58dfc4dcc0 (diff)
parentca8755a6f368b8239d469b22d7654c211d560581 (diff)
Merge branch 'fix/floating-attachment-remove-x' into 'develop'
Fix the floating 'remove attachment' icon on post status form. See merge request !77
Diffstat (limited to 'src')
-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 07280a41..b5a3c738 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -53,6 +53,10 @@
.attachments {
padding: 0.5em;
+ .attachment {
+ position: relative;
+ }
+
i {
position: absolute;
margin: 10px;