Skip to content

Commit

Permalink
Merge branch 'norbert/add-sidebar-footer-slot' into norbert/add-sideb…
Browse files Browse the repository at this point in the history
…ar-top-slot
  • Loading branch information
ndelangen committed Aug 23, 2023
2 parents 21098e4 + 0302088 commit d3c4b6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/ui/manager/src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const Container = styled.nav({
right: 0,
width: '100%',
height: '100%',
display: 'flex',
flexDirection: 'column',
});

const Top = styled(Spaced)({
Expand All @@ -44,10 +46,6 @@ const Bottom = styled.div(({ theme }) => ({
display: 'flex',
flexWrap: 'wrap',
gap: theme.layoutMargin / 2,
position: 'absolute',
bottom: 0,
left: 0,
width: '100%',
backgroundColor: theme.barBg,

'&:empty': {
Expand Down

0 comments on commit d3c4b6e

Please sign in to comment.