Merge remote-tracking branch 'origin/develop' into chat-refactor
This commit is contained in:
commit
9a7afc5688
13 changed files with 59 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="ExtraNotifications">
|
||||
<div class="ExtraNotifications panel-body">
|
||||
<div
|
||||
v-if="shouldShowChats"
|
||||
class="notification unseen"
|
||||
|
|
@ -87,6 +87,11 @@
|
|||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
||||
&.panel-body::before {
|
||||
content: '';
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.notification {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue