fix(sidebar): removed top margin

This commit is contained in:
trashtemp
2022-01-14 17:04:14 +01:00
parent b93f274db5
commit d3ffe8e6f6
2 changed files with 1 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ const ServerList = styled.div`
overflow-y: scroll;
padding-bottom: 20px;
flex-direction: column;
margin-top: -2px;
scrollbar-width: none;