aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-04-17 10:45:12 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-04-17 10:45:12 +0300
commitca8755a6f368b8239d469b22d7654c211d560581 (patch)
tree79d18e537624d81586037f305e8f4af980800f38 /src
parentceb2c814ae1403ef9486dd6102f99f58dfc4dcc0 (diff)
Make X icon parent position: relative; to prevent it from floating on its own.
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;