diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 11:21:40 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 11:21:40 +0300 |
| commit | a3a9d8edd10a2ca20cd80e5b6325a5ac77f94445 (patch) | |
| tree | 80385c08f05dded08175bfa3a059ab6979a42fcd /src | |
| parent | 6b758741369a5adb8f038b8c6a571fa9fce4aacd (diff) | |
| parent | 6b777482b6332bed1bb9aa268955ac5d5bc0a40d (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/post-form-improvement
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 d2bcba51..13f4d465 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -54,6 +54,10 @@ .attachments { padding: 0 0.5em; + .attachment { + position: relative; + } + i { position: absolute; margin: 10px; |
