cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Renn
Making moves
Status: New idea

I would like to move the hamburger icon to the left, for me it feels more intuitive in that way. Maybe the overflow menu as well.

3 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

siffemcon
Contributor

While waiting for that to be implemented, it can be moved with CSS.

Put this code into your userChrome.css file:

PanelUI-button {order: -1}

If you're not familiar with using CSS, see How to Create a userChrome.css File

If you can't get it moved, it would be best to post at https://support.mozilla.org/, where the bulk of people providing support can best help you.

Agentvirtuel
Collaborator

Hello

https://support.mozilla.org/en-US/questions/1447480
If you wish to test an code userChrome.css

#PanelUI-button {
order: -1 !important;
}

Result below1.png