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;
|
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 {
|
||||||
|
|||||||
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user