]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix RTL layout not being RTL within the columns area
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 7 Jun 2019 21:35:26 +0000 (23:35 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 10 Jun 2019 16:59:59 +0000 (18:59 +0200)
Port 25f93f40974c61b5a02770fe0b1d016213397d1d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/rtl.scss

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