Created
March 15, 2019 08:09
-
-
Save leollon/88488f9ebce936efb27abbc59eea1c30 to your computer and use it in GitHub Desktop.
slim down ubuntu gnome 3.18 title bar fatness
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
.header-bar.default-decoration { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.header-bar.default-decoration .button.titlebutton { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
/* | |
https://askubuntu.com/questions/821813/how-to-slim-down-ubuntu-gnome-title-bar-fatness | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment