cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tarmoploom
New member
Status: New idea

Ideally: "Show Other Bookmarks"  on new Tab -> should have an Option to position it next to last bookmark.

Right now when using "Show Other Bookmarks"  it is positioned at far right of the screen,  while my toolbar bookmarks are ending at the center of the screen where i also see Bookmarks menu icon.  i find it very inconvenient to move my mouse to the far right to use Other Bookmarks,  i rather use the center Menu icon Bookmarks instead (with more clicks).

So it would be nice to have 2-3 options for "Show Other Bookmarks" (right, next-to-last, left)  or as a feature in customise toolbar to be able to place it then as last bookmark or first bookmark.

not a big deal, but i see it's usefulness if impleneted with placement options.

2 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.

Agentvirtuel
Contributor

Hello

Maybe?
https://www.userchrome.org

https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html

1.png

userChrome.css, for demonstration purposes

#OtherBookmarks {
  left: 300px !important;
  position: fixed !important;
}

2.png

If you modify the code, restart Firefox