tab-workspaces icon indicating copy to clipboard operation
tab-workspaces copied to clipboard

Hide tabs manual

Open NN--- opened this issue 6 years ago • 0 comments

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;
}

NN--- avatar Dec 03 '19 09:12 NN---