Skip to content

Commit

Permalink
Add rtl css
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Oct 6, 2019
1 parent 3ec8440 commit 16e0d79
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions assets/stylesheets/common/question-answer.scss
Expand Up @@ -112,3 +112,22 @@ nav.post-controls button.comment {
}
}
}

// rtl

html.rtl {
.qa-post {
padding-right: 0;
padding-left: 20px;
float: right;

& + article {
float: right;
}
}

.topic-post.comment {
padding-left: 0;
padding-right: 110px;
}
}

0 comments on commit 16e0d79

Please sign in to comment.