mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix styling
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
text-align: center;
|
||||
color: red;
|
||||
font-weight: 700;
|
||||
padding-top: 100px 0;
|
||||
padding: 100px 0;
|
||||
}
|
||||
|
||||
.offlineBoard {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
.menuItem {
|
||||
padding: 2px 3px 1px 3px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.menuItem label {
|
||||
|
||||
@@ -171,7 +171,7 @@ const EditMenu = ({ commentCid, isAccountMod, isAccountCommentAuthor, isCommentA
|
||||
<label>
|
||||
[
|
||||
<input onChange={onCheckbox} checked={publishCommentEditOptions.removed} type='checkbox' id='removed' />
|
||||
{_.capitalize(t('remove'))}? ]
|
||||
{_.capitalize(t('remove'))}?]
|
||||
</label>
|
||||
</div>
|
||||
{!isReply && (
|
||||
|
||||
Reference in New Issue
Block a user