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
    44 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
      34 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.

  • hansman
    link
    fedilink
    04 months ago

    I’m not quite sure what the issue might be, chances are this fedia thing isn’t showing me any code or screenshots you might have added to your post.

    Just a very wild guess, could it be the nav-bar shadow, which could previously be removed with something like that:

    #nav-bar:-moz-lwtheme {
      box-shadow: none !important;
    }
    

    Maybe check if there is a that shadow listed in the browser tools, and if so how it is applied in FX123; also if the issue occurs with every theme, or just the ones that are not native Fx or system themes.