diff options
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; |
