diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 23:35:26 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-06-10 18:59:59 +0200 |
commit | fc6d27daf39ca136b0e3e09e7572c5c46086ad72 (patch) | |
tree | b073dc3b91093278b766c01b76c90311cd979b90 /app/javascript/flavours | |
parent | 59d214e54be005c9087ce20a1b1786328cc254ca (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')
-rw-r--r-- | app/javascript/flavours/glitch/styles/rtl.scss | 4 |
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; |