about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/rtl.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-07 23:35:26 +0200
committerThibaut Girka <thib@sitedethib.com>2019-06-10 18:59:59 +0200
commitfc6d27daf39ca136b0e3e09e7572c5c46086ad72 (patch)
treeb073dc3b91093278b766c01b76c90311cd979b90 /app/javascript/flavours/glitch/styles/rtl.scss
parent59d214e54be005c9087ce20a1b1786328cc254ca (diff)
[Glitch] Fix RTL layout not being RTL within the columns area
Port 25f93f40974c61b5a02770fe0b1d016213397d1d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/rtl.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/rtl.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/rtl.scss b/app/javascript/flavours/glitch/styles/rtl.scss
index 9e0a93ec2..11fae3121 100644
--- a/app/javascript/flavours/glitch/styles/rtl.scss
+++ b/app/javascript/flavours/glitch/styles/rtl.scss
@@ -43,6 +43,10 @@ body.rtl {
     left: 10px;
   }
 
+  .columns-area {
+    direction: rtl;
+  }
+
   .column-header__buttons {
     left: 0;
     right: auto;