summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-05 15:14:54 +0100
committerJulius Härtl <jus@bitgrid.net>2019-02-20 21:05:24 +0100
commitb5af29f99e8ee5e1d1e00409ea210a3a0d14a130 (patch)
tree48336061648c69dcc40dd8f7e8c724892aad73ff /src
parentfb65b686feaa81cd2e0f177acf92e1d5095de1b3 (diff)
Move to reply icon
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 6e201294..a6a621f2 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -71,7 +71,7 @@ export default {
var actions = [
{
action: () => { this.$root.$emit('composer-reply', this.item) },
- icon: 'icon-comment',
+ icon: 'icon-reply',
text: t('social', 'Reply to post')
}
]
@@ -184,6 +184,10 @@ export default {
.post-timestamp {
opacity: .7;
}
+
+ .icon-reply {
+ background-image: url(../../img/reply.svg);
+ }
</style>
<style>
.post-message a {