-
Notifications
You must be signed in to change notification settings - Fork 181
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
[TABS BELOW CONTENT SUPPORT THREAD] - tabs on windows bottom #33
Comments
@gg2by2 The only code that can do it heavily breaks Firefox ui and is not part of this project. |
The screen shot still shows tabs above the screen. Just received a response from the moderator that tabs below the screen CANNOT be done! That Firefox ui will not allow it!
--
Sent from my Android Wednesday, 15 November 2017, 09:09AM -05:00 from PL_user notifications@github.com :
…Try this:
/* Tab bar below Navigation & Bookmarks Toolbars
For best results, show Title Bar or Menu Bar */
#nav-bar { /* main toolbar */
-moz-box-ordinal-group: 1 !important;
border-top-width: 0 !important;
}
#PersonalToolbar { /* bookmarks toolbar */
-moz-box-ordinal-group: 2 !important;
}
#TabsToolbar { /* tab bar */
-moz-box-ordinal-group: 3 !important;
}
from https://www.userchrome.org/what-is-userchrome-css.html
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
|
Try - https://developer.mozilla.org/en-US/docs/Web/CSS/transform (many bugs to medium fix), many element transform blur fonts. Or - |
https://github.com/Okamoi/UserChrome-Tweaks/blob/07a8f3faee59184b3c81e60a6506ad5680352ca9/toolbars/bottom-of-window-tabbar-Windows7.css - I test morning. ➕
|
Is this working better than the one available? |
Who knows, I do not used MixTabPlus and I was not looking this tweak in Bugged with:
Test on Windows 7 Aero / Basic / Classic (no test on Windows 10, GNU/Linux or MacOS). screenshots
|
browser.tabs.drawInTitlebar;true | |
---|---|
Maximized | Normal |
Classic Windows 7 | |
screenshots browser.tabs.drawInTitlebar;false
browser.tabs.drawInTitlebar;false | |
---|---|
Maximized | Normal |
Classic Windows 7 | |
Fonts is clear / spicy (not blur / fog), addons iframe works ok (e.g. uBlock Origin - element picker to block). Better than my first try to bottom.
Switching |
Nope, use only |
|
With Firefox DPI set to 200% (layout.css.devPixelsPerPx; 2.0) I did not see this issue. Haven't tried within Windows settings, as I don't have a HiDPI screen and setting to such a high value would make it impossible to use Windows for tests. I remember when using VMs layout.css.devPixelsPerPx settings does not offer the same results real DPI changes in Windows setting do. There is always something different. |
The glitch never occurred here. Are you sure there are no hiddden buttons on your tabs toolbar. They may cause different behavior. Some screenshots @ALL |
Why did you mix "other" code with this projects code while testing? Clearly this was not what I tested. :) Yes, both tabs_below_navigation_toolbar.css and tabs_below_main_content.css have to be enabled, for things to work properly. I was too lazy to create more variations of tabs_below_main_content.css for other toolbar colors, but this might change with a future update. |
Use only outdated, no enable form Added spoilers and warnings in old comments. Works OK with higher dpi (125%) [after almost an hour everything seems to be even bigger with higher dpi - strange feeling - maybe reset in registry Windows DPI] |
On 1.4.7 release |
I found Then simply I tried this js code
and it works amazing. Just simply moved the entire tabbar object to bottom.
instead. |
@garywill Using this by the way great JS code/tweak to actually append tabs toolbar to browsers bottom box works, but might cause CSS code issues with code relying on default internal toolbar order. For some it will be the perfect solution, while it won't work for others. |
@Aris-t2 |
I have an issue with both "Tabs below nav bar" and "Multirow tabs". On Firefox 68.0.1, with the same settings, CustomCSSforFx v2.6.2 is broken compared to using v2.4.9. I've switched the appropriate lines on and off to achieve the same result (i.e. "****v3 for f68+" instead of " ***v2 for f65+") but it didn't fix the issue and even trying the exact same userChrome.css setup doesn't work. |
I tried again with a fresh chrome folder and 2.6.2 and still get a broken Firefox window with a glitchy title bar. |
Different PC, FX 68.0.1, tabs_below_navigation_toolbar_fx65_v2.css and tabs_multiple_lines_v3.css, same result as before. I use the complete package with both options enabled in |
Not sure what you mean. My chrome folder has everything that the .zip file contains. Edit: Deleted chrome folder again and created a new one with the contents of v2.6.2 and tabs_multiple_lines_v3.css (also without tabs_below_navigation_toolbar_fx65_v2.css) still gives me a broken browser. Have menu bar showing also. |
In v3.0.5, when FF is unmaximized, and when This, however, is NOT present when the window is maximized, where the tab lines up perfectly with the separator line, as desired: Steps to reproduce:
All other options inactive. Thanks! |
This does not happen here. Which OS are you using? Tabs below navigation toolbar differentiates between macOS and Windows/Linux settings. |
Thanks for the reply. It’s Linux. |
I think this does not need to be an own discussion anymore. Main thread should be enough. |
hello
what is the code to locate tabs at the bottom of the firefox 57 screen (just above the windows start button)?
it was suggested to try this=
/* Puts tabs on the bottom */
#TabsToolbar {
-moz-box-ordinal-group: 2;
border-bottom: 1px solid #888 !important;
}
#nav-bar{ border-top-width: 0px !important; }
but the tabs are still located near the top
The text was updated successfully, but these errors were encountered: