fix styling

This commit is contained in:
Tom (plebeius.eth)
2024-06-11 15:21:54 +02:00
parent 4435ff120b
commit 7100030043
3 changed files with 3 additions and 2 deletions
@@ -23,7 +23,7 @@
text-align: center; text-align: center;
color: red; color: red;
font-weight: 700; font-weight: 700;
padding-top: 100px 0; padding: 100px 0;
} }
.offlineBoard { .offlineBoard {
@@ -25,6 +25,7 @@
.menuItem { .menuItem {
padding: 2px 3px 1px 3px; padding: 2px 3px 1px 3px;
text-transform: capitalize;
} }
.menuItem label { .menuItem label {
+1 -1
View File
@@ -171,7 +171,7 @@ const EditMenu = ({ commentCid, isAccountMod, isAccountCommentAuthor, isCommentA
<label> <label>
[ [
<input onChange={onCheckbox} checked={publishCommentEditOptions.removed} type='checkbox' id='removed' /> <input onChange={onCheckbox} checked={publishCommentEditOptions.removed} type='checkbox' id='removed' />
{_.capitalize(t('remove'))}? ] {_.capitalize(t('remove'))}?]
</label> </label>
</div> </div>
{!isReply && ( {!isReply && (