URL bar and tabs inverted
elythh opened this issue · 3 comments
elythh 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
noriaku commented
Hey I just checked, and my configuration still correct... It should display in the following order:
- bookmarks
- url bar
- 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.
elythh commented
Hey, thanks for answering, I'll close and check on my side if i can do anything about it
elythh commented
Honestly I don't know. I tried changed the -moz-box-ordinal-group
but it has no effect