From 0299cbe35394051c0f921a8048c51397625b17eb Mon Sep 17 00:00:00 2001 From: Haim Kastnet Date: Wed, 3 Apr 2019 22:32:49 +0300 Subject: [PATCH] Fix report button position in RTL Twitter DOM. #43 --- src/styles/_bot.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_bot.scss b/src/styles/_bot.scss index cff363e..d40a8bf 100644 --- a/src/styles/_bot.scss +++ b/src/styles/_bot.scss @@ -66,3 +66,7 @@ $background-opacity: linear-gradient( left: 30px; } } + +[dir='rtl'] .botz-report-button { + right: -64px; +}