aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-03-09 01:09:23 +0200
committershpuld <shpuld@gmail.com>2017-03-09 01:09:23 +0200
commit6c8fc99d5a602cb0a38dc0bdbe906e228a6a7cc7 (patch)
treef6604d3107d5f1ef2acabba610bf6365cd3e70bc /src/components/notifications/notifications.vue
parent5997492795d5cf2d0f575c65e87991348297cdf6 (diff)
Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses.
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">