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
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

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