fix(sidebar): hide discover button on mobile

This commit is contained in:
trashtemp
2022-01-11 21:24:02 +01:00
parent ff0c2b8a1b
commit 3172ea5e2d

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 && (