Ghost Admin Right to Left (RTL) Support

Today, I want to share with you how to add Right to Left (RTL) support to the Ghost admin with CSS and the help of a Google Chrome extension. Adding RTL support is helpful if you are writing in a language like Arabic or Hebrew, for example.
The first step is to install the CSS and Javascript Injection Chrome extension. This extension aims to enable us to add custom CSS code to work on the Ghost admin.
After installing the extension, click on the extension icon and copy the style.css code and paste it into the CSS window.

The Admin

The Editor

Posts

Staff

Tags

Design

Code Injection

I went over all the admin screens and provided a fix even for buttons and border radius corners. You can find the code at GitHub, and you are welcome to contribute with any fixes and improvements. I commented with every component or admin section.
I have not updated it with Ghost 4.0. Feel free to contribute and help fix any issues if countered.
That’s it for today, and I hope you find this helpful.