Skip to content

Commit

Permalink
Fix mastodon#3658 - Update RTL styles (mastodon#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and koteitan committed Jun 25, 2017
1 parent 047e5b9 commit eb2c361
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/javascript/styles/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ body.rtl {
left: 10px;
}

.column-icon-clear {
.column-header__buttons {
left: 0;
right: auto;
left: 48px;
}

.column-icon {
right: auto;
left: 5px;
.column-header__setting-arrows {
float: left;
}

.compose-form__modifiers {
border-radius: 0 0 0 4px;
}

.setting-toggle {
Expand Down

0 comments on commit eb2c361

Please sign in to comment.