forked from abner/for-legacy-web
fix(header): commented out server banner until fix
This commit is contained in:
@@ -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) =>
|
||||
|
||||
@@ -168,6 +168,7 @@ const ServerCircle = styled.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
|
||||
.circle {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user