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