Skip to content

Instantly share code, notes, and snippets.

@RobbiNespu
Created May 28, 2016 16:24
Show Gist options
  • Save RobbiNespu/e1c6816a3faba3db75c122b36a6a6dfe to your computer and use it in GitHub Desktop.
Save RobbiNespu/e1c6816a3faba3db75c122b36a6a6dfe to your computer and use it in GitHub Desktop.
Shrink and minimum title bar for Gnome 3.18 - ~/.config/gtk-3.0/gtk3.css
headerbar.default-decoration {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0px;
font-size: 0.6em;
}
headerbar.default-decoration button.titlebutton {
padding: 0px;
min-height: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment