Skip to content

Instantly share code, notes, and snippets.

@dezza
Last active April 19, 2025 18:23
Show Gist options
  • Save dezza/4dfd07fcb84cc8fe08cb09772f9ed43e to your computer and use it in GitHub Desktop.
Save dezza/4dfd07fcb84cc8fe08cb09772f9ed43e to your computer and use it in GitHub Desktop.
Github gist custom css
/* 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