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:
parent
68503930a4
commit
9540eb2775
@ -1638,14 +1638,10 @@ a.account__display-name {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
left: -16px;
|
left: -16px;
|
||||||
top: -14px;
|
top: -14px;
|
||||||
|
@media screen and (max-width: $nav-breakpoint-1) {
|
||||||
|
left: 27px;
|
||||||
// @media screen and (max-width: 970px) {
|
top: 0;
|
||||||
// left: 27px;
|
}
|
||||||
// top: 0;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
padding: 1px 3px 0;
|
padding: 1px 3px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user