fix(sidebar): removed top margin

This commit is contained in:
trashtemp 2022-01-14 17:04:14 +01:00
parent b93f274db5
commit d3ffe8e6f6
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6
2 changed files with 1 additions and 2 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit f4ed9109996daaef6c92f861f0beff6f31c004c7 Subproject commit 35f883fa6e808ff31def7e73f03234af069414db

View file

@ -95,7 +95,6 @@ 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;