diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-21 00:02:58 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-21 00:02:58 +0300 |
| commit | 7495c6b698e0afe169c1138baabc29f70d4b44a2 (patch) | |
| tree | ba01d3b141d0f0cdff3ceb75ea2e6dc53127218b /src | |
| parent | a50cd7e37dce6e95f2c3d6cc63c382af71a2926e (diff) | |
fix attachment remove pointer
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 428b8560..3cd9e7a5 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -511,7 +511,7 @@ flex-direction: column; } - .attachments .media-upload-wrapper{ + .attachments .media-upload-wrapper { padding: 0 0.5em; .attachment { @@ -531,6 +531,7 @@ border-radius: $fallback--attachmentRadius; border-radius: var(--attachmentRadius, $fallback--attachmentRadius); font-weight: bold; + cursor: pointer; } } |
