diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 10:45:12 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 10:45:12 +0300 |
| commit | ca8755a6f368b8239d469b22d7654c211d560581 (patch) | |
| tree | 79d18e537624d81586037f305e8f4af980800f38 /src | |
| parent | ceb2c814ae1403ef9486dd6102f99f58dfc4dcc0 (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.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; |
