Last active
April 19, 2025 18:23
-
-
Save dezza/4dfd07fcb84cc8fe08cb09772f9ed43e to your computer and use it in GitHub Desktop.
Github gist custom css
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
/* https://github.com/sindresorhus/refined-github */ | |
/* Default height viewport for edit view of gist is weirdly snug and shrinked */ | |
.CodeMirror { height: calc(34vw) !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment