From d3ffe8e6f622de949a15b85082082cbfe3a57756 Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Fri, 14 Jan 2022 17:04:14 +0100 Subject: [PATCH] fix(sidebar): removed top margin --- external/lang | 2 +- src/components/navigation/left/ServerListSidebar.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/external/lang b/external/lang index f4ed9109..35f883fa 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit f4ed9109996daaef6c92f861f0beff6f31c004c7 +Subproject commit 35f883fa6e808ff31def7e73f03234af069414db diff --git a/src/components/navigation/left/ServerListSidebar.tsx b/src/components/navigation/left/ServerListSidebar.tsx index 4d1e6b4e..15be8c9d 100644 --- a/src/components/navigation/left/ServerListSidebar.tsx +++ b/src/components/navigation/left/ServerListSidebar.tsx @@ -95,7 +95,6 @@ const ServerList = styled.div` overflow-y: scroll; padding-bottom: 20px; flex-direction: column; - margin-top: -2px; scrollbar-width: none;