Skip to content

Commit

Permalink
Update margins sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 16, 2024
1 parent f982b6e commit f930811
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions centrifuge-app/src/components/LayoutBase/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ export const Inner = styled(Grid)`
background-color: ${({ theme }) => theme.colors.backgroundInverted};
overflow: visible;
height: 100vh;
padding-right: 0px;
}
@media (min-width: ${({ theme }) => theme.breakpoints['L']}) {
width: 15vw;
background-color: ${({ theme }) => theme.colors.backgroundInverted};
padding-left: 12px;
padding-left: 20px;
padding-right: 20px;
height: 100vh;
}
Expand All @@ -66,8 +67,6 @@ export const MobileBar = styled(Box)`
z-index: 3;
background-color: ${({ theme }) => theme.colors.backgroundInverted};
padding: 1rem;
border-top: ${({ theme }) => `1px solid ${theme.colors.borderPrimary}`};
display: flex;
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -182,8 +181,6 @@ export const ToolbarContainer = styled(Box)`
bottom: 0;
width: 100%;
border-top: ${({ theme }) => `1px solid ${theme.colors.borderPrimary}`};
@media (min-width: ${({ theme }) => theme.breakpoints[BREAK_POINT_COLUMNS]}) {
top: ${({ theme }) => theme.space[4] + HEADER_HEIGHT}px;
bottom: auto;
Expand Down

0 comments on commit f930811

Please sign in to comment.