aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-10 13:27:58 +0100
committerRoger Braun <roger@rogerbraun.net>2017-03-10 13:27:58 +0100
commit112adcf8f83e1bd8dd347ef8ee4de46060b53341 (patch)
treeaa6288f000d72dfd2f166642d413637a77f1aa42 /src/components/notifications/notifications.vue
parent0eeccb87cef4d137710e3c7fd215b94e45aff3d1 (diff)
parent33f72ab2c215ebd7709edaf7a63062aabe8363cc (diff)
Merge branch 'develop' into feature/hash-routed
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 91f6cfdc..661d842c 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -6,7 +6,7 @@
Notifications
<button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
</div>
- <div class="panel-body">
+ <div class="panel-body base03-border">
<div v-for="notification in visibleNotifications" 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">