fix(serverlist): adjusted design

This commit is contained in:
trashtemp
2021-12-30 19:42:12 +01:00
parent ac9d175298
commit 47e7af1443
2 changed files with 3 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
import styled from "styled-components";
export default styled.div`
height: 0px;
height: 0;
opacity: 0.6;
flex-shrink: 0;
margin: 8px 10px;
margin: 8px 15px;
border-top: 1px solid var(--tertiary-foreground);
`;