Skip to content

Instantly share code, notes, and snippets.

@lanzafame
Last active March 19, 2019 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanzafame/5f9130921dc791ea94740659e1cb7660 to your computer and use it in GitHub Desktop.
Save lanzafame/5f9130921dc791ea94740659e1cb7660 to your computer and use it in GitHub Desktop.
Wide Github PRs
/*
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