Created
February 9, 2016 09:45
-
-
Save metal3d/bacde1c2c8c1434f42b1 to your computer and use it in GitHub Desktop.
Reduct title bar on gnome 3
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
| /* To put in ~/.config/gtk-3.0/gtk.css */ | |
| /* Create directory and file if they don't exist */ | |
| /* Change paddings to fill your preferences */ | |
| .header-bar.default-decoration { | |
| padding-top: 1px; | |
| padding-bottom: 1px; | |
| } | |
| .header-bar.default-decoration .button.titlebutton { | |
| padding-top: 1px; | |
| padding-bottom: 1px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment