aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:02:58 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:02:58 +0300
commit7495c6b698e0afe169c1138baabc29f70d4b44a2 (patch)
treeba01d3b141d0f0cdff3ceb75ea2e6dc53127218b /src
parenta50cd7e37dce6e95f2c3d6cc63c382af71a2926e (diff)
fix attachment remove pointer
Diffstat (limited to 'src')
-rw-r--r--src/components/post_status_form/post_status_form.vue3
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;
}
}