Last active
April 17, 2020 07:19
-
-
Save robinp/b5708332e904045d21a0c0d4a90584f3 to your computer and use it in GitHub Desktop.
Stylus script for to make github code review vertically more compact.
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
/* Remove below comment in Stylus */ | |
// Install Stylus, a minimal permissions CSS-modifier: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne// | |
// Set to use regex match https://github.com/.*/pull/.*/files | |
// also https://github.com/.*/commit/.*#diff-.* | |
body { | |
font-size: 12px; | |
} | |
.blob-num { | |
line-height: normal; | |
} | |
.blob-code { | |
line-height: normal; | |
} | |
/* The evil add-comment button expands vertical space. */ | |
.add-line-comment { | |
line-height: inherit; | |
height: auto; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before
After