diff --git a/src/components/navigation/left/ServerListSidebar.tsx b/src/components/navigation/left/ServerListSidebar.tsx
index 06509437..b8b9b325 100644
--- a/src/components/navigation/left/ServerListSidebar.tsx
+++ b/src/components/navigation/left/ServerListSidebar.tsx
@@ -99,8 +99,7 @@ const ServerEntry = styled.div<{ active: boolean; home?: boolean }>`
> div {
height: 42px;
- padding-left: 4px;
- padding-right: 6px;
+ padding-left: 10px;
display: grid;
place-items: center;
@@ -132,9 +131,7 @@ const ServerEntry = styled.div<{ active: boolean; home?: boolean }>`
`}
svg {
- width: 57px;
- height: 117px;
- margin-top: 4px;
+ margin-top: 5px;
display: relative;
pointer-events: none;
@@ -153,13 +150,23 @@ function Swoosh() {
return (
);
@@ -240,11 +247,7 @@ export function ServerListSidebar({ unreads, lastOpened }: Props) {
}>
-
+