fix form-field margin
This commit is contained in:
parent
4db73ddb36
commit
6c1f627dd7
5 changed files with 1 additions and 8 deletions
|
@ -57,7 +57,6 @@ class ModalRemoveFile extends React.PureComponent {
|
|||
label={__("Delete this file from my computer")}
|
||||
/>
|
||||
</section>
|
||||
<br />
|
||||
{claimIsMine &&
|
||||
<section>
|
||||
<FormField
|
||||
|
|
|
@ -285,8 +285,6 @@ class SettingsPage extends React.PureComponent {
|
|||
defaultChecked={showUnavailable}
|
||||
label={__("Show unavailable content in search results")}
|
||||
/>
|
||||
</div>
|
||||
<div className="card__content">
|
||||
<FormRow
|
||||
label={__("Show NSFW content")}
|
||||
type="checkbox"
|
||||
|
|
|
@ -4,10 +4,8 @@
|
|||
|
||||
$md-checkbox-checked-color: var(--color-primary);
|
||||
$md-checkbox-border-color: var(--input-border-color);
|
||||
|
||||
$md-checkbox-size: 20px;
|
||||
$md-checkbox-padding: 4px;
|
||||
|
||||
$md-checkmark-width: 2px;
|
||||
$md-checkmark-color: #FFF;
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ input[readonly]:focus {
|
|||
|
||||
.form-field {
|
||||
display: inline-block;
|
||||
margin: 8px 0;
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
|
@ -159,8 +160,6 @@ input[readonly]:focus {
|
|||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.form-row__label-row .form-field__label--error {
|
||||
|
|
|
@ -6,7 +6,6 @@ $md-radio-ripple-size: 15px;
|
|||
|
||||
.form-field--radio {
|
||||
position: relative;
|
||||
margin: 8px 0;
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue