-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Ver 6.0.0 Feedback Thread #438
Conversation
Always include `padding-inline-end` at label self. It's prevent recalculation.
- Tree Style Tab - Tab Center Reborn
LGTM |
I checked and the feature works limited. An alternative that does not sacrifice compatibility is that navbar works with overlap mode. Overlap.Fill.URL.bar.mp4 |
Hm I think the one i linked looks smoother, would it be possible to just copy it over and just try and make the url bar as small as possible? Another way you could hide it is like this, I guess that wouldn't be a oneliner though. Also I remember there being some css stuff here related to the url bar that might help. |
Autohide like slickfox are already fully supported. firefox-autohide-navbar.mp4
The problem is that the layout adjustment of the FewerFox.mp4
|
I see, would you be able to fix those issues and is it even possible to get the url bar to auto hide the way I described it without any problems? And will version 6 have 2 possible onliners the slickfox version and something like cascade ? |
Yes, See |
Describe the PR
As mentioned in #380 , It aim to provide a minimal UI.
Inspired by Mozilla Labs's Prospector: OneLiner(Blog), Prospector: LessChrome HD(Blog) projects and Microsoft Edge Vertical Tab.
userChrome.tabbar.one_liner
userChrome.tabbar.one_liner.combine_navbar
userChrome.tabbar.one_liner.tabbar_first
userChrome.tabbar.one_liner.responsive
userChrome.autohide.tab
userChrome.autohide.tab.opacity
userChrome.autohide.tab.blur
userChrome.autohide.tabbar
userChrome.autohide.navbar
userChrome.autohide.bookmarkbar
userChrome.autohide.sidebar
userChrome.autohide.fill_urlbar
userChrome.autohide.back_button
userChrome.autohide.forward_button
userChrome.autohide.page_action
userChrome.autohide.toolbar_overlap
userChrome.hidden.tab_icon
userChrome.hidden.tab_icon.always
userChrome.hidden.tabbar
userChrome.hidden.navbar
userChrome.hidden.sidebar_header
userChrome.hidden.sidebar_header.vertical_tab_only
userChrome.hidden.urlbar_iconbox
userChrome.hidden.bookmarkbar_icon
userChrome.hidden.bookmarkbar_label
userChrome.hidden.disabled_menu
userChrome.tabbar.on_bottom.hidden_single_tab
userChrome.theme.monospace
userContent.page.monospace
userChrome.centered.tab
userChrome.centered.tab.label
userChrome.centered.urlbar
userChrome.centered.bookmarkbar
userChrome.tabbar.as_titlebar
userChrome.sidebar.overlap
It is not yet stabilized API, and there may be changes before merging.
Some API has been breaking change.
userChrome.tab.on_bottom
->userChrome.tabbar.on_bottom
userChrome.tab.on_bottom.above_bookmark
->userChrome.tabbar.on_bottom.above_bookmark
userChrome.tab.on_bottom.menubar_on_top
->userChrome.tabbar.on_bottom.menubar_on_top
userChrome.tab.centered_label
->userChrome.centered.tab.label
Setup - Please refer Wiki:Installation Guide
Related Issue
Screenshots
I'd like to show you some use cases.
userChrome.tabbar.one_liner
userChrome.tabbar.one_liner.responsive
userChrome.tabbar.on_bottom
firefox-responsive-ui.mp4
userChrome.tabbar.one_liner
userChrome.tabbar.one_liner.combine_navbar
userChrome.autohide.forward_button
userChrome.centered.tab
userChrome.centered.tab.label
userChrome.centered.bookmarkbar
userChrome.autohide.tab
userChrome.autohide.tab.blur
userChrome.autohide.navbar
userChrome.centered.tab
userChrome.centered.tab.label
userChrome.centered.bookmarkbar
userChrome.tabbar.as_titlebar
userChrome.centered.tab
userChrome.autohide.sidebar
userChrome.sidebar.overlap
userChrome.hidden.sidebar_header
userChrome.hidden.sidebar_header.vertical_tab_only
Additional context
You can suggest compatibility issues, option names, etc.