Skip to content

Commit

Permalink
fix positioning for unread count in slide out menu (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichalite authored and julianlam committed Jun 23, 2016
1 parent f16f3f4 commit 6fccb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/header.less
Expand Up @@ -308,7 +308,7 @@
font-family: @font-family-sans-serif;
}

#mobile-menu [component="notifications/icon"].unread-count:after {
#mobile-menu [component="notifications/icon"].unread-count:after, .slideout-menu .unread-count:after {
position: relative;
left: -6px;
top: -7px;
Expand Down Expand Up @@ -367,4 +367,4 @@ body.skin-default .header {
}
}
}
}
}

0 comments on commit 6fccb2b

Please sign in to comment.