From bf019d65fda235490223e2eaf728c07cad6a5cce Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Sun, 29 Jan 2023 14:11:00 +1000 Subject: [PATCH] Display tweet debug info on the left for RTL display languages --- tweak-new-twitter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweak-new-twitter.user.js b/tweak-new-twitter.user.js index 65d791e..5c06c48 100644 --- a/tweak-new-twitter.user.js +++ b/tweak-new-twitter.user.js @@ -2451,7 +2451,7 @@ const configureThemeCss = (() => { [data-item-type]::after { position: absolute; top: 0; - right: 50px; + ${ltr ? 'right': 'left'}: 50px; content: attr(data-item-type); font-family: ${fontFamilyRule?.style.fontFamily || '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial'}; background-color: rgb(242, 29, 29);