fix(#1819): fix header (#540)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Andrei Dekterev 4 years ago committed by Mirlan
parent def4507b49
commit a87f4743a4
  1. 2
      src/features/ProfileHeader/styled.tsx

@ -105,7 +105,7 @@ export const Position = styled.div<PositionProps>`
position: absolute;
top: ${({ isMatchPage }) => (
isMatchPage ? client.styles.matchLogoTopMargin : ''
isMatchPage ? client.styles.matchLogoTopMargin : '1.14'
)}rem;
${({ left }) => (isUndefined(left) ? '' : `left: ${left}rem`)};

Loading…
Cancel
Save