Web: Client: fixed header logo

This commit is contained in:
Nikita Gopienko 2021-10-06 12:36:42 +03:00
parent 55cb1e875e
commit aa66baf2b6
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ const Header = styled.header`
width: 146px;
height: 24px;
position: relative;
padding: 4px 20px 0 6px;
padding: 3px 20px 0 6px;
cursor: pointer;
}
`;

View File

@ -95,7 +95,7 @@ const Header = styled.header`
!props.isPersonal &&
css`
display: ${(props) => (props.module ? "none" : "block")};
padding: 0px 20px 0 6px;
padding: 3px 20px 0 6px;
`}
}
}