fix(header): commented out server banner until fix

This commit is contained in:
trashtemp
2021-12-26 23:35:05 +01:00
parent 4e43ff72be
commit 8f6e1edb63
3 changed files with 52 additions and 5 deletions

View File

@@ -9,11 +9,11 @@ export default styled.div`
flex-direction: row;
align-items: stretch;
> * > ::-webkit-scrollbar-thumb {
/*> * > ::-webkit-scrollbar-thumb {
width: 4px;
background-clip: content-box;
border-top: 48px solid transparent;
}
}*/
`;
export const GenericSidebarBase = styled.div<{
@@ -28,7 +28,12 @@ export const GenericSidebarBase = styled.div<{
background: var(--secondary-background);
> :nth-child(1) {
border-end-start-radius: 8px;
//border-end-start-radius: 8px;
margin-top: 48px;
}
> :nth-child(2) {
background: red;
}
${(props) =>

View File

@@ -168,6 +168,7 @@ const ServerCircle = styled.div`
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
.circle {
display: flex;