noriaku / FirefoxMonolite

Minimal theme & startpage for geek people. Monochromatic & pastel colors. Keyboard centered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL bar and tabs inverted

elythh opened this issue · comments

commented

Hello, when using your theme on my device (Linux/NixOS), the tabs are at the top and under is he URL bar. I was wondering if that's the intended behaviour ? Since in the screenshots the URL bar is at the top.
Thank you

Hey I just checked, and my configuration still correct... It should display in the following order:

  1. bookmarks
  2. url bar
  3. tab bar

This is because the following css:

#PersonalToolbar {
    -moz-box-ordinal-group: 1 !important;
    padding-inline: 11px !important;
    color: var(--bg-sub-color);
}

#nav-bar {
    -moz-box-ordinal-group: 2 !important;
    color: var(--selected-color) !important;
}

#titlebar {
    color: var(--selected-color) !important;
    -moz-box-ordinal-group: 3 !important;
}

If it still doesn't work let me know, anyway you have an idea where to look (-moz-box-ordinal-group), check the lines from 164 to 179.

commented

Hey, thanks for answering, I'll close and check on my side if i can do anything about it

commented

Honestly I don't know. I tried changed the -moz-box-ordinal-group but it has no effect