Skip to content

Commit

Permalink
Display tweet debug info on the left for RTL display languages
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jan 29, 2023
1 parent 6e82c73 commit bf019d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweak-new-twitter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bf019d6

Please sign in to comment.