summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-03-12 17:58:16 +0100
committerMaxence Lange <maxence@artificial-owl.com>2019-05-03 16:30:39 -0100
commitbaa1c7c461fc528c964d062e87b166949a191ca6 (patch)
treece2ff15e27171a7b6a5419f2f221653dee07de78 /src
parent41896109aacdb629070586320890ff7ed0bbc271 (diff)
👌 IMPROVE: change order of reply and boost icons
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 8c90caa4..756e0afb 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -26,9 +26,9 @@
<!-- eslint-disable-next-line vue/no-v-html -->
<div class="post-message" v-html="formatedMessage" />
<div v-click-outside="hidePopoverMenu" class="post-actions">
+ <a v-tooltip.bottom="t('social', 'Reply')" class="icon-reply" @click.prevent="reply" />
<a v-if="this.item.actor_info.account !== this.cloudId" v-tooltip.bottom="t('social', 'Boost')" class="icon-boost"
@click.prevent="boost" />
- <a v-tooltip.bottom="t('social', 'Reply')" class="icon-reply" @click.prevent="reply" />
<div v-if="popoverMenu.length > 0" v-tooltip.bottom="t('social', 'More actions')" class="post-actions-more">
<a class="icon-more" @click.prevent="togglePopoverMenu" />
<div :class="{open: menuOpened}" class="popovermenu menu-center">