mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
RTL: fix toot privacy preferences radio buttonss (#9146)
This commit is contained in:
parent
5ee0b51ac8
commit
e961a763a2
@ -374,4 +374,9 @@ body.rtl {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.simple_form .input.radio_buttons .radio > label input {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user