]> cat aescling's git repositories - mastodon.git/commitdiff
Fix RTL layout not being RTL within the columns area (#10990)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 7 Jun 2019 21:35:26 +0000 (23:35 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 21:35:26 +0000 (23:35 +0200)
app/javascript/styles/mastodon/rtl.scss

index a59f59f59ab36de652cc664e23dc6eb81e05c2e8..58bc53b141fe716e55195854544ef84b072dcaa8 100644 (file)
@@ -43,6 +43,10 @@ body.rtl {
     left: 10px;
   }
 
+  .columns-area {
+    direction: rtl;
+  }
+
   .column-header__buttons {
     left: 0;
     right: auto;