From 6c244d2ae7f1ca20b1c786e17a208f9c727b0e58 Mon Sep 17 00:00:00 2001
From: trashtemp <96388163+trashtemp@users.noreply.github.com>
Date: Thu, 13 Jan 2022 19:50:15 +0100
Subject: [PATCH] fix(sidebar): added new settings button
---
.../navigation/left/ServerListSidebar.tsx | 29 +++++++++++--------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/src/components/navigation/left/ServerListSidebar.tsx b/src/components/navigation/left/ServerListSidebar.tsx
index 08de9085..294aac50 100644
--- a/src/components/navigation/left/ServerListSidebar.tsx
+++ b/src/components/navigation/left/ServerListSidebar.tsx
@@ -182,6 +182,7 @@ const ServerCircle = styled.div`
height: 42px;
width: 42px;
transition: background-color 0.1s ease-in;
+ cursor: pointer;
> div svg {
color: var(--accent);
@@ -426,20 +427,24 @@ export default observer(() => {
)}
-
+
{!isTouchscreenDevice && (
-
-
- }
- placement="right">
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
)}
+
);
});