Created
May 18, 2020 10:14
-
-
Save QuentinN42/cc32e158645d2a2f3d38e91d506ce953 to your computer and use it in GitHub Desktop.
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
.header-bar.default-decoration { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
font-size: 0.5em; | |
} | |
.header-bar.default-decoration .button.titlebutton { | |
padding: 0px; | |
} | |
window.ssd headerbar.titlebar { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
min-height: 0; | |
} | |
window.ssd headerbar.titlebar button.titlebutton { | |
padding: 0px; | |
min-height: 0; | |
min-width: 0; | |
} | |
headerbar { | |
min-height: 0px; | |
padding-top: 2px; | |
padding-bottom: 1px; | |
padding-right: 1px; | |
padding-left: 1px; | |
} | |
headerbar entry, | |
headerbar spinbutton, | |
headerbar button, | |
headerbar separator { | |
margin-top: 0px; | |
margin-bottom: 0px; | |
} | |
.titlebar { | |
min-height: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment