Last active
March 19, 2019 01:37
-
-
Save lanzafame/5f9130921dc791ea94740659e1cb7660 to your computer and use it in GitHub Desktop.
Wide Github PRs
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
/* | |
Remove from this comment when putting the css into Stylus | |
url regex: /^https?://github\.com/.+?/pull/.*/files.*$/ | |
*/ | |
@media only screen and (min-width: 1900px) { | |
.file { | |
width: 1500px; | |
margin-left: -250px; | |
} | |
.comment-holder, | |
.inline-comments .inline-comment-form, | |
.inline-comments .inline-comment-form-container { | |
max-width: 100%; | |
margin-right: 5px; | |
} | |
.review-comment, | |
.js-comments-holder { | |
width: 100%; | |
} | |
.blob-wrapper, | |
.data { | |
width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment