Created
April 11, 2024 15:16
-
-
Save kzu/8a205bebfd0a88eab3b5bf66e37a4e77 to your computer and use it in GitHub Desktop.
GitHub GraphQL API Explorer Full Screen
This file contains 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
[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