diff --git a/src/components/explore/ExploreServers.tsx b/src/components/explore/ExploreServers.tsx index 8bf827fe..0d15edf0 100644 --- a/src/components/explore/ExploreServers.tsx +++ b/src/components/explore/ExploreServers.tsx @@ -288,8 +288,8 @@ const ButtonsContainer = styled(FlexRow)` margin-top: auto; padding-top: 10px; padding-bottom: 4px; - margin-left: auto; - margin-right: 4px; + margin-right: 8px; + justify-content: end; flex-shrink: 0; `; @@ -302,6 +302,7 @@ function PublicServerItem(props: { const server = props.publicServer.server!; const [joinClicked, setJoinClicked] = createSignal(false); const [hovered, setHovered] = createSignal(false); + const store = useStore(); const navigate = useNavigate(); const { createPortal } = useCustomPortal(); @@ -416,11 +417,12 @@ function PublicServerItem(props: { {props.publicServer.description} - +