We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3827de commit 491173dCopy full SHA for 491173d
src/app/containers/UserMenu/index.js
@@ -22,14 +22,16 @@ const ClickableContainer = styled(Row)`
22
cursor: pointer;
23
`;
24
25
-const ProfileImage = styled.img`
26
- border-radius: 2px;
27
- margin-left: 1em;
28
-`;
+const ProfileImage = styled.img`border-radius: 2px;`;
29
30
const ProfileInfo = styled.div`
31
font-weight: 400;
32
text-align: right;
+ margin-right: 1em;
+
+ @media (max-width: 1300px) {
33
+ display: none;
34
+ }
35
36
37
const Name = styled.div`
0 commit comments