diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 23:35:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 23:35:26 +0200 |
commit | 25f93f40974c61b5a02770fe0b1d016213397d1d (patch) | |
tree | 38fafecd28df8d0a292c473d3f4ea482a075bd88 /app/javascript/styles | |
parent | cc8f6b3cdaca81be99875c27002e0280d1d88191 (diff) |
Fix RTL layout not being RTL within the columns area (#10990)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/rtl.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |