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

When the sidebar expand on hover option is turned on, the 'X' to close tabs appears at the end of the tab title, this means after hovering on the left you have to move your mouse all the way to the right to close the tab, if you go too far, the sidebar collapses meaning yhou have to try again. For ease it would be better if the X appeared somewhere around the icon or there was some ease of close feature.

Thank you 🙂 just a pet peeve of mine

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

okay_okay
Making moves

+1 good idea

Agentvirtuel
Collaborator

Hello

https://www.camp-firefox.de/forum/thema/139360-sidebar-rechts-schließen-knopf-aber-links-vor-dem-fav...

If you wish to test userChrome.css

#tabbrowser-tabs[orient="vertical"] {
  &[expanded] {
    & .tabbrowser-tab {
      & .tab-close-button {
        order: -1 !important;
        margin-inline-end: 5px !important;
      }
    }
  }
}

1.png

https://www.userchrome.org/how-create-userchrome-css.html

tgm_1
Making moves

This is perfect! Thank you!!