fix(sidebar): hide discover button on mobile

This commit is contained in:
trashtemp
2022-01-11 21:24:02 +01:00
parent 8fcda5a6de
commit 1cdc6b51df

View File

@@ -388,6 +388,7 @@ export default observer(() => {
</div>
</Tooltip>
</ServerCircle>
{!isTouchscreenDevice && (
<ServerCircle>
<Tooltip
content={
@@ -421,6 +422,7 @@ export default observer(() => {
</div>
</Tooltip>
</ServerCircle>
)}
</ServerList>
<PaintCounter small />
{!isTouchscreenDevice && (