Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Both nav-bar and multirow tabs below content (FF 72). #33

Closed
nulltab opened this issue Jan 15, 2020 · 2 comments
Closed

Both nav-bar and multirow tabs below content (FF 72). #33

nulltab opened this issue Jan 15, 2020 · 2 comments

Comments

@nulltab
Copy link

nulltab commented Jan 15, 2020

Hi.

I am trying to find a way to do something like this on FF 72:
screen

So basically it is:

  • main content
  • multi-row tabs
  • nav-bar

Currently I am using https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_tabs_below_content_Fx66%2B.css , but can't find a way to also move a nav-bar below tabs...

Could you please help?

Thanks.

@MrOtherGuy
Copy link
Owner

I believe you can just use the multi-row_tabs_below_content_Fx66+.css but change:

  • --multirow-top-padding to 0px
  • --multirow-toolbar-height to 0px
  • Delete or comment out lines 27-42 and 46-54

Bunch of other stuff will be unnecessary for you too, especially on mac but this should get you started I think.

@nulltab
Copy link
Author

nulltab commented Jan 16, 2020

@MrOtherGuy Thanks a lot! It works on both OSX and Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants