Fix overlapping styles in timeline and notifications that screwed up user-card.
This commit is contained in:
parent
990047725a
commit
a4ebf44f24
3 changed files with 11 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="panel panel-default base00-background">
|
||||
<div class="panel-heading base01-background base04">
|
||||
Notifications ({{unseenCount}})
|
||||
<button @click.prevent="markAsSeen" class="base06 base02-background">Read!</button>
|
||||
<button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div v-for="notification in visibleNotifications" class="notification" :class='{"unseen": !notification.seen}'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue