stac-browser icon indicating copy to clipboard operation
stac-browser copied to clipboard

Right-to-left support

Open m-mohr opened this issue 1 year ago • 0 comments

Now that we have Arabic in the code base (#571, thanks @randa-11295), we need to work on RTL support.

Todos:

  • [ ] Add dir tag to HTML
  • [ ] Add config option for direction to config.js (in each locale), with the default ltr
  • [ ] Check CSS styles and classes (e.g. ml-... and mr-...) that add padding between elements that they also work in rtl context. Example: Image
  • [ ] ...?

m-mohr avatar Feb 24 '25 23:02 m-mohr