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

Dark mode icon behaves strangely when page shrinks #2320

Closed
Starbuck5 opened this issue Jul 15, 2023 · 1 comment · Fixed by #2321
Closed

Dark mode icon behaves strangely when page shrinks #2320

Starbuck5 opened this issue Jul 15, 2023 · 1 comment · Fixed by #2321
Labels

Comments

@Starbuck5
Copy link
Member

There's room for it to stay on the same line as the search bar, but it doesn't:

Capture

This is very noticeable on phones.

@Starbuck5 Starbuck5 added the docs label Jul 15, 2023
@devdanzin
Copy link
Contributor

That happens because the theme icon isn't in the same div as the search bar, moving it inside it fixes the issue. Now to find where that comes from.

ankith26 added a commit that referenced this issue Jul 17, 2023
Fix theme icon positioning when the page shrinks (fix #2320)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants