From: Eugen Rochko Date: Fri, 7 Jun 2019 21:35:26 +0000 (+0200) Subject: Fix RTL layout not being RTL within the columns area (#10990) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=25f93f40974c61b5a02770fe0b1d016213397d1d;p=mastodon.git Fix RTL layout not being RTL within the columns area (#10990) --- diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss index a59f59f59..58bc53b14 100644 --- a/app/javascript/styles/mastodon/rtl.scss +++ b/app/javascript/styles/mastodon/rtl.scss @@ -43,6 +43,10 @@ body.rtl { left: 10px; } + .columns-area { + direction: rtl; + } + .column-header__buttons { left: 0; right: auto;