Skip to content

Commit

Permalink
Fix report button position in RTL Twitter DOM. #43
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Apr 4, 2019
1 parent af138e5 commit 0299cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_bot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ $background-opacity: linear-gradient(
left: 30px;
}
}

[dir='rtl'] .botz-report-button {
right: -64px;
}

0 comments on commit 0299cbe

Please sign in to comment.