mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
wrong spacing
This commit is contained in:
@@ -130,14 +130,14 @@ const EditMenu = ({ isAccountMod, isAccountCommentAuthor, isCommentAuthorMod, po
|
|||||||
<label>
|
<label>
|
||||||
[
|
[
|
||||||
<input onChange={onCheckbox} checked={publishCommentEditOptions.deleted ?? false} type='checkbox' id='deleted' />
|
<input onChange={onCheckbox} checked={publishCommentEditOptions.deleted ?? false} type='checkbox' id='deleted' />
|
||||||
{_.capitalize(t('delete'))}? ]
|
{_.capitalize(t('delete'))}?]
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.menuItem}>
|
<div className={styles.menuItem}>
|
||||||
<label>
|
<label>
|
||||||
[
|
[
|
||||||
<input type='checkbox' onChange={() => setIsContentEditorOpen(!isContentEditorOpen)} checked={isContentEditorOpen} />
|
<input type='checkbox' onChange={() => setIsContentEditorOpen(!isContentEditorOpen)} checked={isContentEditorOpen} />
|
||||||
{_.capitalize(t('edit'))}? ]
|
{_.capitalize(t('edit'))}?]
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{isContentEditorOpen && (
|
{isContentEditorOpen && (
|
||||||
|
|||||||
Reference in New Issue
Block a user