Add chat notification to navbar

This commit is contained in:
cuom1999 2021-11-21 21:01:35 -06:00
parent 9d1f71513e
commit 7c3e59feec
4 changed files with 43 additions and 1 deletions

View file

@ -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;