make nav bar slide, move mobile post status to mobile nav
This commit is contained in:
parent
7ce8fe9214
commit
f19284357e
6 changed files with 105 additions and 84 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="notifications">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<div v-if="!noHeading" class="panel-heading">
|
||||
<div class="title">
|
||||
{{$t('notifications.notifications')}}
|
||||
<span class="badge badge-notification unseen-count" v-if="unseenCount">{{unseenCount}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue