aboutsummaryrefslogtreecommitdiff
path: root/src/components/moderation_tools/moderation_tools.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-05-15 18:26:09 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-05-15 18:26:09 +0000
commitfedcc716762339b72f6a99722f2c54a300fdff4f (patch)
tree15c89025e846ba322003bc9cb0965d3ed1fac00a /src/components/moderation_tools/moderation_tools.vue
parent9eac355851b40aa5df9e6b23eca8c0ff1698e670 (diff)
parent2ce01863273fdefad7bca945f5d58d50a0e8d77b (diff)
Merge branch '468-pin-status' into 'develop'
Add ability to pin posts Closes #468 See merge request pleroma/pleroma-fe!770
Diffstat (limited to 'src/components/moderation_tools/moderation_tools.vue')
-rw-r--r--src/components/moderation_tools/moderation_tools.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue
index c24a2280..c9e3fc78 100644
--- a/src/components/moderation_tools/moderation_tools.vue
+++ b/src/components/moderation_tools/moderation_tools.vue
@@ -127,6 +127,14 @@
width: 100%;
height: 100%;
+ &-icon {
+ padding-left: 0.5rem;
+
+ i {
+ margin-right: 0.25rem;
+ }
+ }
+
&:hover {
// TODO: improve the look on breeze themes
background-color: $fallback--fg;