Skip to content

Commit

Permalink
RTL: fix admin account margins in about page (#9005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masoud Abkenar authored and Gargron committed Oct 18, 2018
1 parent 72d7d30 commit f8c1b32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/javascript/styles/mastodon/rtl.scss
Expand Up @@ -309,3 +309,15 @@ body.rtl {
}
}
}

.landing-page__information {
.account__display-name {
margin-right: 0;
margin-left: 5px;
}

.account__avatar-wrapper {
margin-left: 12px;
margin-right: 0;
}
}

0 comments on commit f8c1b32

Please sign in to comment.