Merge pull request #581 from stenehall/count-in-topbar
Hide badges for phones.
This commit is contained in:
commit
c764390c93
1 changed files with 4 additions and 0 deletions
|
@ -644,6 +644,10 @@ img.emojione {
|
|||
height: 20px;
|
||||
}
|
||||
|
||||
#topbar .badge {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#topbar .actions {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue