mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(sidebar): removed top margin
This commit is contained in:
parent
b93f274db5
commit
d3ffe8e6f6
2 changed files with 1 additions and 2 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit f4ed9109996daaef6c92f861f0beff6f31c004c7
|
||||
Subproject commit 35f883fa6e808ff31def7e73f03234af069414db
|
|
@ -95,7 +95,6 @@ const ServerList = styled.div`
|
|||
overflow-y: scroll;
|
||||
padding-bottom: 20px;
|
||||
flex-direction: column;
|
||||
margin-top: -2px;
|
||||
|
||||
scrollbar-width: none;
|
||||
|
||||
|
|
Loading…
Reference in a new issue