Proper fix for the position of the notification counter in the mobile navigation.

Everything in the main navigation is matching the mockup specs tightly.
This commit is contained in:
Dank Gabs 2019-07-03 14:18:54 -04:00
parent 68503930a4
commit 9540eb2775

View File

@ -1638,14 +1638,10 @@ a.account__display-name {
box-sizing: border-box;
left: -16px;
top: -14px;
// @media screen and (max-width: 970px) {
// left: 27px;
// top: 0;
// }
@media screen and (max-width: $nav-breakpoint-1) {
left: 27px;
top: 0;
}
min-width: 16px;
height: 16px;
padding: 1px 3px 0;