mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add mobile button style
This commit is contained in:
@@ -9,9 +9,14 @@ const PostForm = ({ address }: PostFormProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<div className={styles.togglePostForm}>
|
||||
[<span>{t('start_new_thread')}</span>]
|
||||
</div>
|
||||
<>
|
||||
<div className={styles.postFormButtonDesktop}>
|
||||
[<span>{t('start_new_thread')}</span>]
|
||||
</div>
|
||||
<div className={styles.postFormButtonMobile}>
|
||||
<span>{t('start_new_thread')}</span>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user