Skip to content

Instantly share code, notes, and snippets.

@tpenguinltg
Created September 5, 2017 12:53
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 tpenguinltg/4fc378feb6f94ebbe3de295acdde019b to your computer and use it in GitHub Desktop.
Save tpenguinltg/4fc378feb6f94ebbe3de295acdde019b to your computer and use it in GitHub Desktop.
Widens the GitHub code view
@-moz-document regexp("https?://github.com/.+?/.+?/pull/[0-9]+/files.*"), regexp("https?://github.com/.+?/.+?/blob/.*") {
.container {
width: 90%;
}
.container-lg {
max-width: 90%;
}
}
@-moz-document domain("github.com") {
.container {
transition: width 1s ease;
}
.container-lg {
transition: max-width 1s ease;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment