diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2018-10-19 13:16:13 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-10-19 20:16:13 +0900 |
commit | 301cbcc9802ed85c519e67a01133968bc074c8af (patch) | |
tree | 2a8f967027dcee1f302c01bf4aab09611f1ecc32 /app | |
parent | a38a452481d0f5207bb27ba7a2707c0028d2ac18 (diff) |
RTL: fix user stats in about page (#9018)
Diffstat (limited to 'app')
-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 49d9765a8..2bfd0de3a 100644 --- a/app/javascript/styles/mastodon/rtl.scss +++ b/app/javascript/styles/mastodon/rtl.scss @@ -245,6 +245,10 @@ body.rtl { left: auto; } + .landing-page__call-to-action .row__information-board { + direction: rtl; + } + .landing-page .header .hero .floats .float-1 { left: -120px; right: auto; |