Browse Source

RTL: fix user stats in about page (#9018)

master
Masoud Abkenar 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
301cbcc980
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 4
- 0
app/javascript/styles/mastodon/rtl.scss View File

@@ -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;


Loading…
Cancel
Save