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"> - - - - - - + + + +
+ + + +
+ +
+
)} + ); });