Created
May 28, 2016 16:24
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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