-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Move theme picker button to the right and display it on all pages #94607
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move theme picker button to the right and display it on all pages #94607
Conversation
Some changes occurred in HTML/CSS/JS. |
6e38299
to
d955a6a
Compare
Does not appear to display the theme picker in mobile. Is this intentional? I would prefer having it in mobile, too. |
It's intentional. I'll make it appear on mobile as well and we can talk about it with @jsha then. |
Should this maybe be consider for back-porting ? |
We already need to discuss it (the mobile part too). |
☔ The latest upstream changes (presumably #96566) made this pull request unmergeable. Please resolve the merge conflicts. |
#96958 makes this PR obsolete, doesn't it? |
Absolutely! Thanks for closing it. |
Fixes #93216.
Kind of linked to #94048.
So more explanations about this: we received a lot of complains about the removal of the theme picker button. The idea behind this change was to reduce the visual distraction. We have a more global plan about settings to have them displayed like the "firefox pocket". To do so, the first step is #93097 (it's blocked on #90630 for the time being). Then once it's fully switched to JS, we can easily change how it's displayed.
So for the moment and as suggested, I move the theme picker button with the other ones one the right. It now looks like this:
You can test it online here.
r? @jsha