Skip to content

Instantly share code, notes, and snippets.

@nanozuki
Last active February 16, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanozuki/4ded9ff3c75f76686c685c2035e7376f to your computer and use it in GitHub Desktop.
Save nanozuki/4ded9ff3c75f76686c685c2035e7376f to your computer and use it in GitHub Desktop.
Hide titlebar for linux firefox in arc theme.
#titlebar .titlebar-buttonbox-container {
display: block;
position: fixed;
z-index: 1000;
top: -2px;
margin: 0 1px 0 4px;
}
#titlebar .titlebar-buttonbox-container toolbarbutton {
margin-left: -3px !important;
margin-right: -3px !important;
}
#titlebar .titlebar-spacer, #titlebar .toolbar-items {
visibility: collapse;
}
#titlebar {
height: 0;
min-height: 0;
}
#sidebar-header {
display: none;
}
toolbarspring {
min-width: 8px !important;
-moz-box-flex: 8
}
toolbarspring:first-child {
min-width: 82px !important;
max-width: 186px !important;
-moz-box-flex: 82
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment