]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix toot privacy preferences radio buttonss (#9146)
authorMasoud Abkenar <ampbox@gmail.com>
Mon, 29 Oct 2018 23:49:29 +0000 (00:49 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 29 Oct 2018 23:49:29 +0000 (00:49 +0100)
app/javascript/styles/mastodon/rtl.scss

index e5621c519e8610c3d324c96a1315e0d674515fc0..940dc8af298d529f66f3f420256bc9a1d6b5dba3 100644 (file)
@@ -374,4 +374,9 @@ body.rtl {
     padding-left: 0;
     padding-right: 10px;
   }
+
+  .simple_form .input.radio_buttons .radio > label input {
+    left: auto;
+    right: 0;
+  }
 }