Skip to content

Instantly share code, notes, and snippets.

@nightpool
Created August 2, 2019 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightpool/e7f06a3ac7350f5bbe5263f70b0c579c to your computer and use it in GitHub Desktop.
Save nightpool/e7f06a3ac7350f5bbe5263f70b0c579c to your computer and use it in GitHub Desktop.
/* ==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;
}
}
@nightpool
Copy link
Author

nightpool commented Jul 3, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment