Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base rtl support #40

Open
hellcp opened this issue Feb 12, 2021 · 2 comments
Open

Add base rtl support #40

hellcp opened this issue Feb 12, 2021 · 2 comments

Comments

@hellcp
Copy link
Member

hellcp commented Feb 12, 2021

This does look a touch broken, but it's a big improvement for those that need it:

html[lang^=ar] body,
html[lang^=he] body,
html[lang^=sy] body,
html[lang^=sam] body,
html[lang^=men] body,
html[lang^=man] body,
html[lang^=wo] body,
html[lang^=ff] body {
 direction:rtl;
 text-align: right;
}
@guoyunhe
Copy link
Collaborator

It is said that Bootstrap 5.0 will solve RTL issues. https://getbootstrap.com/docs/5.0/getting-started/rtl/

@hellcp
Copy link
Member Author

hellcp commented Feb 15, 2021

We do already get complaints about missing rtl support in get.o.o though, and that is gonna be a problem for www.o.o as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants