Add padding to navigation header (#8050)

This PR adds padding to the header to align the logo with other icons on
the sidebar.

## Before


![image](https://github.com/user-attachments/assets/6501bbbf-bf06-4d9f-bff7-2d36c1b63a37)


## After


![image](https://github.com/user-attachments/assets/24610cf8-eab2-49bd-b611-e68a66228fd6)

---------

Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
Reese is on Codeberg
2024-10-29 02:56:16 -05:00
committed by GitHub
parent 88de2872d8
commit a725245c2f

View File

@@ -20,6 +20,7 @@ const StyledContainer = styled.div`
`;
const StyledSingleWorkspaceContainer = styled(StyledContainer)`
gap: ${({ theme }) => theme.spacing(2)};
padding: ${({ theme }) => theme.spacing(1)};
`;
const StyledLogo = styled.div<{ logo: string }>`