Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

New tweak: hide tab bar#31

Closed
chris-morgan wants to merge 1 commit intoTimvde:masterfrom
chris-morgan:patch-1
Closed

New tweak: hide tab bar#31
chris-morgan wants to merge 1 commit intoTimvde:masterfrom
chris-morgan:patch-1

Conversation

@chris-morgan
Copy link
Copy Markdown
Contributor

As a user of a sidebar tabs extension, I don’t want the native tab bar.

As a user of a sidebar tabs extension, I don’t want the native tab bar.
@Timvde
Copy link
Copy Markdown
Owner

Timvde commented Sep 21, 2017

How does this work on all platforms, and with/without title bar? There's an open PR that also hides tabs here, you might want to look into it and join the conversation.

@Timvde
Copy link
Copy Markdown
Owner

Timvde commented Oct 9, 2017

So, I merged the other PR. Currently, hiding tabs is very simple: https://github.com/Timvde/UserChrome-Tweaks/blob/master/tabs/hide-tabs-linux-windows-titlebar.css

What do your tweaks add to this?

@chris-morgan
Copy link
Copy Markdown
Contributor Author

I did it this less efficient way because I had forgotten about visibility: collapse.

Still, my version does save one more pixel (this is compatible with the superior visibility: collapse approach):

#nav-bar {
  /* Let’s save another pixel. */
  border-top: 0 !important;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants