Skip to content

Commit 491173d

Browse files
author
Ives van Hoorne
committed
Make user menu responsive
1 parent f3827de commit 491173d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/app/containers/UserMenu/index.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ const ClickableContainer = styled(Row)`
2222
cursor: pointer;
2323
`;
2424

25-
const ProfileImage = styled.img`
26-
border-radius: 2px;
27-
margin-left: 1em;
28-
`;
25+
const ProfileImage = styled.img`border-radius: 2px;`;
2926

3027
const ProfileInfo = styled.div`
3128
font-weight: 400;
3229
text-align: right;
30+
margin-right: 1em;
31+
32+
@media (max-width: 1300px) {
33+
display: none;
34+
}
3335
`;
3436

3537
const Name = styled.div`

0 commit comments

Comments
 (0)