refactor: remove sidebar in public workspace (#1730)

This commit is contained in:
Himself65
2023-03-28 14:30:29 -05:00
committed by GitHub
parent f9811c85bc
commit 5faa2760cd
5 changed files with 84 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ export const StyledHeaderContainer = styled('div')<{ hasWarning: boolean }>(
export const StyledHeader = styled('div')<{ hasWarning: boolean }>(
({ theme }) => {
return {
height: '48px',
height: '60px',
width: '100%',
padding: '0 20px',
...displayFlex('space-between', 'center'),