Skip to content

Commit c55a213

Browse files
authored
Fix RTL layout not being RTL within the columns area (mastodon#10990)
1 parent f531a1a commit c55a213

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/javascript/styles/mastodon/rtl.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ body.rtl {
4343
left: 10px;
4444
}
4545

46+
.columns-area {
47+
direction: rtl;
48+
}
49+
4650
.column-header__buttons {
4751
left: 0;
4852
right: auto;

0 commit comments

Comments
 (0)