Add padding to navigation header (#8050)
This PR adds padding to the header to align the logo with other icons on the sidebar. ## Before  ## After  --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
committed by
GitHub
parent
88de2872d8
commit
a725245c2f
@ -20,6 +20,7 @@ const StyledContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
const StyledSingleWorkspaceContainer = styled(StyledContainer)`
|
const StyledSingleWorkspaceContainer = styled(StyledContainer)`
|
||||||
gap: ${({ theme }) => theme.spacing(2)};
|
gap: ${({ theme }) => theme.spacing(2)};
|
||||||
|
padding: ${({ theme }) => theme.spacing(1)};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLogo = styled.div<{ logo: string }>`
|
const StyledLogo = styled.div<{ logo: string }>`
|
||||||
|
|||||||
Reference in New Issue
Block a user