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

Commit 067846e

Browse files
authored
Merge pull request #4808 from withspectrum/fix-placeholder-gap
Hide the placeholder composer on profile views on mobile
2 parents 3cd045e + a268a3c commit 067846e

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)