Improve notifications

- Keep track of unread count
 - "follow back" action
This commit is contained in:
Thomas Sileo
2019-07-29 19:36:22 +02:00
parent 2ab59d9476
commit d70c73cad7
9 changed files with 261 additions and 36 deletions

View File

@@ -244,13 +244,24 @@ a:hover {
background: $color-menu-background;
padding: 5px;
color: $color-light;
margin-right:5px;
margin-right:10px;
border-radius:2px;
float: left;
}
.bar-item-no-hover:hover {
cursor: default;
}
.bar-item-no-bg {
cursor: default;
padding: 5px;
color: $color-light;
margin-right:10px;
border-radius:2px;
float: left;
}
.bar-item-no-bg:hover {
cursor: default;
}
.bar-item-pinned {
cursor: default;
background: $color-menu-background;