]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix user stats in about page (#9018)
authorMasoud Abkenar <ampbox@gmail.com>
Fri, 19 Oct 2018 11:16:13 +0000 (13:16 +0200)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Fri, 19 Oct 2018 11:16:13 +0000 (20:16 +0900)
app/javascript/styles/mastodon/rtl.scss

index 49d9765a81b9a8d292288e042dada2088401621d..2bfd0de3af995de13a01bb9012cb5d95633f93c0 100644 (file)
@@ -245,6 +245,10 @@ body.rtl {
     left: auto;
   }
 
+  .landing-page__call-to-action .row__information-board {
+    direction: rtl;
+  }
+
   .landing-page .header .hero .floats .float-1 {
     left: -120px;
     right: auto;