Merge pull request #581 from stenehall/count-in-topbar

Hide badges for phones.
This commit is contained in:
Tor Hveem 2015-03-26 16:44:47 +01:00
commit c764390c93

View file

@ -644,6 +644,10 @@ img.emojione {
height: 20px;
}
#topbar .badge {
display: none;
}
#topbar .actions {
font-size: 16px;
}