I used this code which places the tab above the vertical bookmarks bar, but in this new Firefox-beta v.123 the code stop working, I tried a bigger number and don’t work, I tried to put a lower index to the bookmark-bar and a bigger number to the selected tab and didn’t work. I need a beautiful help. my theme is this Firefox-gx

  • @MrOtherGuyM
    link
    45 months ago

    I’d imagine that you’ll need to undo changes from bug 1870803 by adding something like this:

    #titlebar{
      will-change: unset !important;
      transition: none !important;
      opacity: 1 !important;
    }
    
    • @GodieOP
      link
      35 months ago

      😱 wooow, you are the real master, I would never have been able to find that solution without your help, and that code also solves my oneline configuration that didn’t allow clicking on tabs for some reason hehe, this was the reason hehe. thank you so much.