Hide collection header share button on mobile (no space, available in ...)

This commit is contained in:
Tom Moor
2024-05-31 18:21:55 -04:00
parent da19054555
commit 715b2b1b3f
3 changed files with 12 additions and 1 deletions

View File

@@ -259,7 +259,7 @@ function DocumentHeader({
/>
</Action>
)}
{!isEditing && !isRevision && !isMobile && can.update && (
{!isEditing && !isRevision && can.update && (
<Action>
<ShareButton document={document} />
</Action>