Created
September 5, 2017 12:53
-
-
Save tpenguinltg/4fc378feb6f94ebbe3de295acdde019b to your computer and use it in GitHub Desktop.
Widens the GitHub code view
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
@-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