diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 04:05:21 -0400 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 04:05:21 -0400 |
| commit | 6b777482b6332bed1bb9aa268955ac5d5bc0a40d (patch) | |
| tree | 79d18e537624d81586037f305e8f4af980800f38 /src | |
| parent | ceb2c814ae1403ef9486dd6102f99f58dfc4dcc0 (diff) | |
| parent | ca8755a6f368b8239d469b22d7654c211d560581 (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.vue | 4 |
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; |
