Finish up new sidebar active.

Add rounded corners to sidebar.
This commit is contained in:
Paul
2021-07-01 13:42:53 +01:00
parent 89e4566feb
commit 6082b2191b
10 changed files with 40 additions and 31 deletions

View File

@@ -26,6 +26,8 @@ const ServerBase = styled.div`
flex-shrink: 0;
flex-direction: column;
background: var(--secondary-background);
border-start-start-radius: 8px;
`;
const ServerList = styled.div`