Skip to content

Instantly share code, notes, and snippets.

@kzu
Last active June 30, 2018 22:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kzu/c88b26f76f1f9f4a10f765a19a5f6547 to your computer and use it in GitHub Desktop.
Save kzu/c88b26f76f1f9f4a10f765a19a5f6547 to your computer and use it in GitHub Desktop.
See code in GitHub blobs in full screen width with Stylebot
/*
url: github.com/*/*/blob/**
stylebot does not support comments, so, set the
url of the style (in Options) and remove this
whole comment
*/
.repository-with-sidebar .repository-content {
width: calc(100% - 50px);
}
.container {
width: 90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment