logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 6b777482b6332bed1bb9aa268955ac5d5bc0a40d
parent: ceb2c814ae1403ef9486dd6102f99f58dfc4dcc0
Author: Shpuld Shpuldson <shpuld@gmail.com>
Date:   Mon, 17 Apr 2017 04:05:21 -0400

Merge branch 'fix/floating-attachment-remove-x' into 'develop'

Fix the floating 'remove attachment' icon on post status form.

See merge request !77

Diffstat:

Msrc/components/post_status_form/post_status_form.vue4++++
1 file 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 @@ -53,6 +53,10 @@ .attachments { padding: 0.5em; + .attachment { + position: relative; + } + i { position: absolute; margin: 10px;