Fix: Some header adjustments

This commit is contained in:
nizune
2021-07-03 16:40:56 +02:00
parent 286441cfdc
commit c254179801
4 changed files with 21 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ export const GenericSidebarBase = styled.div<{ padding?: boolean }>`
flex-shrink: 0;
flex-direction: column;
background: var(--secondary-background);
border-end-start-radius: 8px;
${ props => props.padding && isTouchscreenDevice && css`
padding-bottom: 50px;

View File

@@ -28,6 +28,8 @@ const ServerBase = styled.div`
background: var(--secondary-background);
border-start-start-radius: 8px;
border-end-start-radius: 8px;
overflow: hidden;
`;
const ServerList = styled.div`