aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index c9113bc4..2ad7c488 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -8,9 +8,11 @@
</div>
<div class="panel-body base03-border">
<div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'>
- <a :href="notification.action.user.statusnet_profile_url">
- <img class='avatar' :src="notification.action.user.profile_image_url_original">
- </a>
+ <div>
+ <a :href="notification.action.user.statusnet_profile_url" target="_blank">
+ <img class='avatar' :src="notification.action.user.profile_image_url_original">
+ </a>
+ </div>
<div class='text' style="width: 100%;">
<div v-if="notification.type === 'favorite'">
<h1>