diff options
Diffstat (limited to 'src/components/favorite_button/favorite_button.vue')
| -rw-r--r-- | src/components/favorite_button/favorite_button.vue | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index 9fc4f9d8..dce25e24 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -13,12 +13,13 @@ :spin="animated" /> </button> - <FAIcon - v-else - class="FavoriteButton fa-scale-110 fa-old-padding" - :title="$t('tool_tip.favorite')" - :icon="['far', 'star']" - /> + <span v-else> + <FAIcon + class="fa-scale-110 fa-old-padding" + :title="$t('tool_tip.favorite')" + :icon="['far', 'star']" + /> + </span> <span v-if="!mergedConfig.hidePostStats && status.fave_num > 0" class="action-counter" @@ -38,7 +39,7 @@ > :first-child { padding: 10px; - margin: -10px -5px -10px -10px; + margin: -10px -8px -10px -10px; } .action-counter { |
