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

firefox-csshacks/chrome /tabs_on_bottom.css #346

Open
mototroyce opened this issue Mar 8, 2024 · 3 comments
Open

firefox-csshacks/chrome /tabs_on_bottom.css #346

mototroyce opened this issue Mar 8, 2024 · 3 comments

Comments

@mototroyce
Copy link

Now we're getting somewhere. However - see image - the above 'tabs_on_bottom.css' script places the MENU bar in the wrong place, causing overlap onto the browser frame controls.
Image21

@MrOtherGuy
Copy link
Owner

You also need window_control_placeholder_support.css and then tabs_on_bottom_menubar_on_top_patch.css if you need to show menubar at the top.

@mototroyce
Copy link
Author

Should I include 'window_control_placeholder_support.css' if everything seems to be working properly (by adding the 'on top' patch) now? If so, do I put it into the same 'userChrome.css' file?

@MrOtherGuy
Copy link
Owner

Indeed, most of the time you won't need window_control_placeholder_support.css if you use the menubar patch, but I believe there are situations where you would still need the support style. Such as when you go to fullscreen mode (F11) then menubar isn't shown even if it is normally enabled.

If you you put contents of tabs_on_bottom.css directly to userChrome.css then I would also put contents of window_control_placeholder_support.css directly to userChrome.css. But if you are using @import statements to import tabs_on_bottom.css as a separate file then you should also import the support style. Nevertheless, you should load the support style first before tabs_on_bottom, and load the patch after tabs_on_bottom, to avoid conflicts.

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