mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix(serverlist): adjusted design
This commit is contained in:
@@ -95,6 +95,7 @@ const ServerList = styled.div`
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-top: -2px;
|
||||||
|
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
|
|
||||||
export default styled.div`
|
export default styled.div`
|
||||||
height: 0px;
|
height: 0;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin: 8px 10px;
|
margin: 8px 15px;
|
||||||
border-top: 1px solid var(--tertiary-foreground);
|
border-top: 1px solid var(--tertiary-foreground);
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user