mirror of https://github.com/tootsuite/mastodon
RTL: fix user stats in about page (#9018)
parent
a38a452481
commit
301cbcc980
|
@ -245,6 +245,10 @@ body.rtl {
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing-page__call-to-action .row__information-board {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
.landing-page .header .hero .floats .float-1 {
|
.landing-page .header .hero .floats .float-1 {
|
||||||
left: -120px;
|
left: -120px;
|
||||||
right: auto;
|
right: auto;
|
||||||
|
|
Loading…
Reference in New Issue