ui: rework sidebar heading

This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:38:55 -04:00
parent 3b9f0c6367
commit 850471394e
4 changed files with 47 additions and 20 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ export const ExpandIcon = styled(Expand)`
export const ExpandResources = styled.div`
padding-right: 15px;
margin: 20px 0;
margin-bottom: 20px;
`
export const ExpandResourcesHeader = styled.div`
@@ -130,13 +130,13 @@ export const ExpandResourcesHeader = styled.div`
`
export const StyledResourceList = styled.div`
padding-top: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden;
& + & {
padding-top: 16px;
margin-top: 16px;
border-top: 1px solid
${(props) => transparentize(0.8, props.theme.sidebar.foreground)};