mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
RTL: fix preferences page checkbox margins (#9145)
* RTL: fix preferences page checkbox margins * Update rtl.scss
This commit is contained in:
parent
33a71e8f7c
commit
5ee0b51ac8
@ -199,12 +199,16 @@ body.rtl {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple_form .check_boxes .checkbox label,
|
.simple_form .check_boxes .checkbox label {
|
||||||
.simple_form .input.with_label.boolean label.checkbox {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple_form .input.with_label.boolean label.checkbox {
|
||||||
|
padding-left: 25px;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.simple_form .check_boxes .checkbox input[type="checkbox"],
|
.simple_form .check_boxes .checkbox input[type="checkbox"],
|
||||||
.simple_form .input.boolean input[type="checkbox"] {
|
.simple_form .input.boolean input[type="checkbox"] {
|
||||||
left: auto;
|
left: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user