Skip to content

Instantly share code, notes, and snippets.

@kzu
Created April 11, 2024 15:16
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 kzu/8a205bebfd0a88eab3b5bf66e37a4e77 to your computer and use it in GitHub Desktop.
Save kzu/8a205bebfd0a88eab3b5bf66e37a4e77 to your computer and use it in GitHub Desktop.
GitHub GraphQL API Explorer Full Screen
[data-container=nav] {
display: none !important;
}
footer {
display: none !important;
}
#main-content .container-xl {
max-width: unset;
}
#main-content .container-xl > div[class^=Box-sc-] > div[class^=Box-sc-]:nth-child(1) {
display: none !important;
}
#main-content .container-xl > div[class^=Box-sc-] > div[class^=Box-sc-]:nth-child(2) {
display: none !important;
}
#article-contents > div:first-child {
display: none !important;
}
iframe {
height: 87vh !important;
}
#graphiql {
height: 90vh !important;
}
.graphiql-ide {
height: 90vh !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment