Created
July 12, 2024 22:16
-
-
Save mike-clark-8192/fb3f6c7e25f9616f1a4ed638241f556c to your computer and use it in GitHub Desktop.
gh_gql_resize.user.css
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
/* ==UserStyle== | |
@name graphql.github.com/explorer - Jul 2024 | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://graphql.github.com/explorer") { | |
/* Insert code here... */ | |
} | |
[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