fix(sidebars): fixed sidebar margins

This commit is contained in:
trashtemp
2021-12-27 14:20:17 +01:00
parent 63e52fe69c
commit 2ce4136a52
2 changed files with 18 additions and 3 deletions

View File

@@ -27,14 +27,14 @@ export const GenericSidebarBase = styled.div<{
/*border-end-start-radius: 8px;*/
background: var(--secondary-background);
> :nth-child(1) {
/*> :nth-child(1) {
//border-end-start-radius: 8px;
margin-top: 48px;
}
> :nth-child(2) {
margin-top: 48px;
background: red;
}
}*/
${(props) =>
props.mobilePadding &&