forked from abner/for-legacy-web
fix(sidebar): hide discover button on mobile
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user