Add chat notification to navbar
This commit is contained in:
parent
9d1f71513e
commit
7c3e59feec
4 changed files with 43 additions and 1 deletions
|
@ -171,6 +171,13 @@
|
|||
cursor: pointer;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
.unread_boxes {
|
||||
background-color: darkcyan;
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
padding: 0 3px;
|
||||
margin-left: -4px;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
#chat-area {
|
||||
height: 500px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue