Skip to content

Instantly share code, notes, and snippets.

@kzu
Created April 11, 2024 15:16

Revisions

  1. kzu created this gist Apr 11, 2024.
    35 changes: 35 additions & 0 deletions gh-graphql.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    [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;
    }