fixed thread bottom bar

This commit is contained in:
plebbitor
2023-04-21 17:13:13 +02:00
parent 2ecc877968
commit 2ebee13bf6
2 changed files with 62 additions and 59 deletions
-1
View File
@@ -10,7 +10,6 @@ export const ReplyFormLink = styled.div`
}
@media (max-width: 480px) {
display: ${props => (props.showReplyFormLink ? 'block' : 'none')};
#post-form-link-desktop {
display: none;