From: Eugen Rochko Date: Fri, 7 Jun 2019 21:35:26 +0000 (+0200) Subject: [Glitch] Fix RTL layout not being RTL within the columns area X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fc6d27daf39ca136b0e3e09e7572c5c46086ad72;p=mastodon.git [Glitch] Fix RTL layout not being RTL within the columns area Port 25f93f40974c61b5a02770fe0b1d016213397d1d to glitch-soc Signed-off-by: Thibaut Girka --- 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;