Last active
March 29, 2021 04:31
-
-
Save Gictorbit/ee2f0a7b077ea10381165fb3b6e6dea3 to your computer and use it in GitHub Desktop.
GNOME 3: Tweak for thinner window title bars (~/.config/gtk-3.0/gtk.css)
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
window.ssd headerbar.titlebar { | |
min-height: 0; | |
padding-top: 1.4px; | |
padding-bottom: 1.4px; | |
padding-left:10px; | |
padding-right:10px; | |
} | |
window.ssd headerbar.titlebar button.titlebutton { | |
min-height: 0; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
min-width: 2px; | |
} | |
headerbar.titlebar button.titlebutton { | |
margin: 4px 0px 4px 0px; | |
} | |
headerbar.titlebar { | |
padding-left:8px; | |
padding-right:8px; | |
} | |
headerbar { | |
min-height: 38px; | |
padding: 4px 10px 4px 10px | |
} | |
headerbar entry, headerbar spinbutton, headerbar button, headerbar separator { | |
margin-top: 1.5px; | |
margin-bottom: 1.5px; | |
min-width:2px; | |
} | |
.default-decoration { | |
min-height: 0; | |
padding: 0.5px | |
} | |
.default-decoration .titlebutton { | |
min-height: 10px; | |
min-width: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment