Skip to content

Instantly share code, notes, and snippets.

@Calinou
Created November 18, 2021 18:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/e7a8ef340e1588b90e4dd6943f739232 to your computer and use it in GitHub Desktop.
Save Calinou/e7a8ef340e1588b90e4dd6943f739232 to your computer and use it in GitHub Desktop.
Increase height of GitHub Gist editors to full screen height
/* ==UserStyle==
@name gist.github.com - 11/18/2021, 7:11:18 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("gist.github.com") {
div.CodeMirror.cm-s-github-light {
height: 75vh !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment