Skip to content

Commit

Permalink
Fix RTL layout not being RTL within the columns area (mastodon#10990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and multiple creatures committed Nov 19, 2019
1 parent 160ed28 commit 3b61092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ body.rtl {
left: 10px;
}

.columns-area {
direction: rtl;
}

.column-header__buttons {
left: 0;
right: auto;
Expand Down

0 comments on commit 3b61092

Please sign in to comment.