javascript-tutorial / server

Server for the Modern Javascript Tutorial
https://javascript.info
Other
452 stars 138 forks source link

UX problem when clicking topic links in RTL languages #104

Open MHMighani opened 11 months ago

MHMighani commented 11 months ago

There is a UX problem When clicking on topic links in RTL languages. It's impossible to click and navigate unless you move the mouse cursor to the link's margin which I think is a bad user experience. I have uploaded a GIF to show the problem. js_info_link_problem

As I inspected it, it seems like the before pseudo element's position is not handled correctly. I can make a PR to fix it.