Created
August 2, 2019 15:42
-
-
Save nightpool/e7f06a3ac7350f5bbe5263f70b0c579c to your computer and use it in GitHub Desktop.
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
/* ==UserStyle== | |
@name github tab size | |
@namespace nightpool.club | |
@version 1.0.0 | |
@description smaller tabs on github! | |
@author nightpool | |
==/UserStyle== */ | |
@-moz-document domain("github.com") { | |
.tab-size[data-tab-size="8"] { | |
tab-size: 2; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to Stylus here: https://gist.github.com/nightpool/e7f06a3ac7350f5bbe5263f70b0c579c/raw/github_tab_size.user.css