|
1 | 1 | <?php if(!$fullGraphiQL): ?> |
2 | | -<style> |
3 | | - .AdminThemeDefault #graphiql { |
4 | | - margin-top: 30px; |
5 | | - } |
6 | | - #graphiql { |
7 | | - height: 86vh; |
8 | | - border: 5px solid #efefef; |
9 | | - } |
10 | | - #graphiql * { |
11 | | - box-sizing: content-box; |
12 | | - -webkit-box-sizing: content-box; |
13 | | - -moz-box-sizing: content-box; |
14 | | - line-height: 1rem; |
15 | | - } |
16 | | - #graphiql .doc-explorer-title{ |
17 | | - overflow: hidden; |
18 | | - } |
19 | | - #graphiql .graphiql-container .doc-explorer-back{ |
20 | | - line-height: 0.85rem; |
21 | | - } |
22 | | - #graphiql .doc-explorer-contents{ |
23 | | - padding: 5px 20px 15px; |
24 | | - } |
25 | | - #graphiql .graphiql-container .search-box{ |
26 | | - margin: 5px 0px 8px 0; |
27 | | - } |
28 | | - #graphiql .graphiql-container .search-box:before{ |
29 | | - top: 5px; |
30 | | - } |
31 | | - #graphiql .graphiql-container .search-box input{ |
32 | | - padding: 6px 0px 8px 24px; |
33 | | - width: 94%; |
34 | | - background: none; |
35 | | - } |
36 | | -</style> |
| 2 | + <style> |
| 3 | + .AdminThemeDefault #graphiql { |
| 4 | + margin-top: 30px; |
| 5 | + } |
| 6 | + #graphiql { |
| 7 | + height: 86vh; |
| 8 | + border: 5px solid #efefef; |
| 9 | + } |
| 10 | + #graphiql * { |
| 11 | + box-sizing: content-box; |
| 12 | + -webkit-box-sizing: content-box; |
| 13 | + -moz-box-sizing: content-box; |
| 14 | + line-height: 1rem; |
| 15 | + } |
| 16 | + #graphiql .doc-explorer-title{ |
| 17 | + overflow: hidden; |
| 18 | + } |
| 19 | + #graphiql .graphiql-container .doc-explorer-back{ |
| 20 | + line-height: 0.85rem; |
| 21 | + } |
| 22 | + #graphiql .doc-explorer-contents{ |
| 23 | + padding: 5px 20px 15px; |
| 24 | + } |
| 25 | + #graphiql .graphiql-container .search-box{ |
| 26 | + margin: 5px 0px 8px 0; |
| 27 | + } |
| 28 | + #graphiql .graphiql-container .search-box:before{ |
| 29 | + top: 5px; |
| 30 | + } |
| 31 | + #graphiql .graphiql-container .search-box input{ |
| 32 | + padding: 6px 0px 8px 24px; |
| 33 | + width: 94%; |
| 34 | + background: none; |
| 35 | + } |
| 36 | + </style> |
37 | 37 | <?php endif; ?> |
38 | 38 | <div id="graphiql">Loading...</div> |
39 | 39 | <script> |
|
0 commit comments