Improve GQL Playground (#558)

This commit is contained in:
Mitchell Syer
2023-05-26 06:14:18 -04:00
committed by GitHub
parent 945ec818e5
commit 04a671382a
2 changed files with 19 additions and 4 deletions

View File

@@ -41,6 +41,22 @@
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet"/>
<link href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.min.css" rel="stylesheet"/>
<style>
.docExplorerWrap {
width: 100% !important;
padding-bottom: 20px;
}
.docExplorerHide {
display: none;
}
/*noinspection CssUnresolvedCustomProperty*/
.doc-explorer-title {
font-weight: var(--font-weight-medium);
font-size: var(--font-size-h2);
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.doc-explorer-contents {
height: 100%;
padding-bottom: 40px;