mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Merge branch 'refs/heads/docs' into docs-playground
This commit is contained in:
commit
1e2bb11e40
|
@ -211,6 +211,10 @@ html, body
|
|||
opacity 0
|
||||
position absolute
|
||||
|
||||
.starwars-example-wrapper
|
||||
+below(600px)
|
||||
margin-bottom 30px
|
||||
|
||||
.starwars-example
|
||||
background: #3C3C3C
|
||||
display inline-block
|
||||
|
@ -241,6 +245,9 @@ html, body
|
|||
transform translateY(-3px)
|
||||
box-shadow 0px 4px 8px 0px rgba(0,0,0,0.32)
|
||||
|
||||
+below(600px)
|
||||
top -70px
|
||||
|
||||
.improve-document-link
|
||||
position fixed
|
||||
right 0
|
||||
|
@ -394,6 +401,7 @@ $title
|
|||
display none
|
||||
|
||||
.docs-aside-navselect
|
||||
margin-top -18px
|
||||
display none
|
||||
width 100%
|
||||
+below(600px)
|
||||
|
|
|
@ -4,6 +4,7 @@ import _ from 'lodash';
|
|||
|
||||
class Template extends React.Component {
|
||||
goToPage(event) {
|
||||
event.target.blur();
|
||||
var page = event.target.value;
|
||||
this.context.router.transitionTo(page);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
path: /
|
||||
---
|
||||
<div><a class="starwars-example" href="http://swapi.graphene-python.org/">Check our Django Starwars API example!</a></div>
|
||||
<div class="starwars-example-wrapper"><a class="starwars-example" href="http://swapi.graphene-python.org/">Check our Django Starwars API example!</a></div>
|
||||
|
||||
## Meet Graphene
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user