Skip to content

Commit

Permalink
fix: remove numbers from msg notification dot
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Mar 24, 2018
1 parent f6b8261 commit 732eff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/css/app.css
Expand Up @@ -113,7 +113,7 @@ button, button:focus {
}

.chat-list li.notification:after {
content: '1';
content: ' ';
position: absolute;
right: 30px;
width: 15px;
Expand Down

0 comments on commit 732eff5

Please sign in to comment.