aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-28 16:14:32 +0300
committerHenry Jameson <me@hjkos.com>2018-08-28 16:14:32 +0300
commit330288b4cd874bb960735edb1acde01b0bfbf684 (patch)
tree8f49a19c47d75bb1f746e4b4a1411fe156e2d239 /src/components/notifications/notifications.vue
parentc3b27ab4c2d6ca03d8bea171735521b770172104 (diff)
panel styling cleanup
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index a0b0e5f5..7a4322f9 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -2,8 +2,10 @@
<div class="notifications">
<div class="panel panel-default">
<div class="panel-heading">
- <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
- <div class="title"> {{$t('notifications.notifications')}}</div>
+ <div class="title">
+ {{$t('notifications.notifications')}}
+ <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
+ </div>
<div @click.prevent class="loadmore-error alert error" v-if="error">
{{$t('timeline.error_fetching')}}
</div>