Bockeman

Results 46 comments of Bockeman

Thanks a lot @MrOtherGuy ! Unfortunately, your suggestion: ``` @import url(chrome/tabs_on_bottom_230311.css); @import url(chrome/tabs_on_bottom_menubar_on_top_patch_230515.css); #PersonalToolbar{ order: -1 } #titlebar{ order: 0 } ``` Results in: 1. (I have no titlebar) 2....

`What do you mean by that?` From my perspective the default ordering of bars by FF is inconsistent and not compatible with concept of tabs. I was wondering how you...

The snaps you attached demonstrate that you can get exactly what I want: 1. menubar (my choice) or titlebar 2. bookmarks toolbar 3. tab toolbar 4. url bar What I...

Thank you. ``` @import url(chrome/tabs_on_bottom_menubar_on_top_patch_230515.css); #PersonalToolbar{ order: -1 } ``` Does not fix things for me. However ``` @import url(chrome/tabs_on_bottom_menubar_on_top_patch_230515.css); #PersonalToolbar{ order: -1 } #TabsToolbar{ order: 0 } ``` does...

`In your second image it looks like you moved "bookmarks toolbar items" to tabs toolbar. Try moving them to menubar instead.` I tried that, but it has some undesirable effects:...

You have successfully pointed the way to get the PersonalToolbar (aka bookmarks bar) just below the Menubar, which is what I originally requested: ![image](https://github.com/MrOtherGuy/firefox-csshacks/assets/50166633/693e8e26-3625-4a85-a9be-3912d18f6daf) I wonder if there is a...

Understood. Thanks for your insight, help and advice. Just to double-check, could the structure have changed in a minor version of FF? For instance, I know there was a significant...

Ok, I went round the loop again: What used to work, no longer works: ``` @import url(chrome/tabs_on_bottom_menubar_on_top_patch_230515.css); #PersonalToolbar{ order: -1 } #TabsToolbar{ order: 0 } ``` (with and without the...