mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
20 lines
452 B
CSS
20 lines
452 B
CSS
/* Customize styles for GraphiQL */
|
|
.graphiql-container .topBar {
|
|
padding-top: 1.5rem !important;
|
|
padding-bottom: 1.5rem !important;
|
|
}
|
|
|
|
.graphiql-container .doc-explorer-title,
|
|
.graphiql-container .history-title {
|
|
padding: 0 !important;
|
|
padding-top: 5px !important;
|
|
}
|
|
|
|
.graphiql-container .docExplorerHide {
|
|
padding-bottom: 0 !important;
|
|
padding-top: 12px !important;
|
|
}
|
|
|
|
.graphiql-container .queryWrap {
|
|
line-height: 1.2rem !important;
|
|
}
|