Created
May 30, 2017 13:52
-
-
Save sandrocarval/2ad9d2e7518d9d5a32bbee9f21a597aa to your computer and use it in GitHub Desktop.
Reduce window title bar height in Gnome 3.22
This file contains 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
/* Copy this CSS to ~/.config/gtk-3.0/gtk.css, and restart or logout+login */ | |
window.ssd headerbar.titlebar { | |
min-height: 0; | |
} | |
window.ssd headerbar.titlebar button.titlebutton { | |
padding-top: 0px; | |
padding-bottom: 0px; | |
min-height: 0; | |
} | |
window.ssd headerbar.titlebar { | |
border: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment