mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed thread bottom bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user