Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tmaffia
Created June 26, 2016 17:23
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 tmaffia/7a59703fe3021e2bca1028c2a1ecbe1e to your computer and use it in GitHub Desktop.
Save tmaffia/7a59703fe3021e2bca1028c2a1ecbe1e to your computer and use it in GitHub Desktop.
reduces the size of window headerbars in gnome 3.20
window.ssd headerbar.titlebar {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0;
}
window.ssd headerbar.titlebar button.titlebutton {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment