fix navbar bottom border when tabs arent rendered (#2883)
This commit is contained in:
parent
85bac746b0
commit
a473ed23b0
|
|
@ -82,6 +82,8 @@ const HeaderRow = styled.div<{ justify: string }>`
|
|||
flex-direction: row;
|
||||
justify-content: ${(props) => props.justify};
|
||||
height: ${(props) => `calc(${props.theme.smallHeaderHeight})`};
|
||||
border-bottom: 1px solid
|
||||
${(props) => props.theme.colors.header.tabsHorizontalSeparator};
|
||||
`;
|
||||
|
||||
const HeaderSection = styled.div<{ justify: string }>`
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@ const Container = styled.div`
|
|||
stroke: ${(props) => props.theme.colors.header.tabText};
|
||||
}
|
||||
}
|
||||
border-top: 1px solid
|
||||
${(props) => props.theme.colors.header.tabsHorizontalSeparator};
|
||||
border-bottom: 1px solid
|
||||
${(props) => props.theme.colors.header.tabsHorizontalSeparator};
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user