-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If you know any better way to hide the tabs, please let me know.
Adding this file to \chrome\userChrome.css hides top tabs.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#TabsToolbar, #PersonalToolbar {
visibility: collapse;
}
#sidebar-header {
visibility: collapse !important;
}Metadata
Metadata
Assignees
Labels
No labels