]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] RTL: fix toot privacy preferences radio buttonss
authorMasoud Abkenar <ampbox@gmail.com>
Mon, 29 Oct 2018 23:49:29 +0000 (00:49 +0100)
committerThibaut Girka <thib@sitedethib.com>
Tue, 30 Oct 2018 10:24:40 +0000 (11:24 +0100)
Port e961a763a2cf722bd5f1311a2de706e28d6c33c6 to glitch-soc

app/javascript/flavours/glitch/styles/rtl.scss

index c0079a286528fddbb5ff8bead537e1c56c60bdd0..9e0a93ec238bd16f175588fa39426d5abb04aad4 100644 (file)
@@ -385,4 +385,9 @@ body.rtl {
     padding-left: 0;
     padding-right: 10px;
   }
+
+  .simple_form .input.radio_buttons .radio > label input {
+    left: auto;
+    right: 0;
+  }
 }
This page took 0.023079 seconds and 3 git commands to generate.