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

Option to align tab headers to the right #37

Open
kahlil29 opened this issue Mar 21, 2019 · 2 comments
Open

Option to align tab headers to the right #37

kahlil29 opened this issue Mar 21, 2019 · 2 comments

Comments

@kahlil29
Copy link

Would it be possible to include this or to make a hacky fix via CSS (if you could point me to the file or the CSS class or id) ?

@kahlil29
Copy link
Author

I managed to get a temp fix working by changing the following CSS (in tabs.css) :

I changed the flex-direction from row to row-reverse :

.sphinx-tabs .sphinx-menu {
    flex-direction: row-reverse;
}

@djungelorm
Copy link
Collaborator

Thanks for the request and sorry I've been slow to respond. I'll see about getting this added soon, although that workaround looks like it should work fine without issue.

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

No branches or pull requests

2 participants