aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-15 16:45:05 +0300
committerHenry Jameson <me@hjkos.com>2018-05-12 15:19:53 +0300
commitfc1283da834f4e2864c02fe8eb824b1c918d0710 (patch)
tree3c6f3d49e4e79e4e164612be013dae99636f36f5 /src
parent57e91bc783b8f507e537b30b2207cbc91ff4fd34 (diff)
fixed nsfw hider having very small height, some border-radii for consistency
Diffstat (limited to 'src')
-rw-r--r--src/components/attachment/attachment.vue3
-rw-r--r--src/components/post_status_form/post_status_form.vue4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index b2f63668..c48fb16b 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -96,6 +96,9 @@
background: rgba(230,230,230,0.6);
font-weight: bold;
z-index: 4;
+ line-height: 1;
+ border-radius: $fallback--tooltipRadius;
+ border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
}
.small {
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 88627e3a..5664973c 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -135,10 +135,6 @@
cursor: not-allowed;
}
- .icon-cancel {
- cursor: pointer;
- }
-
form {
display: flex;
flex-direction: column;