Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit a268a3c

Browse files
committed
Hide the placeholder composer on profile views on mobile
1 parent 2b8afd9 commit a268a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/threadComposer/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const Placeholder = styled(Link)`
8989
}
9090
9191
@media (max-width: 768px) {
92-
opacity: 0;
92+
display: none;
9393
}
9494
`;
9595

0 commit comments

Comments
 (0)