Change some default playground styling
Reviewed By: danielbuechele Differential Revision: D6977989 fbshipit-source-id: 64975685490b8a2230d4effc8791c028b680d2b7
This commit is contained in:
committed by
Facebook Github Bot
parent
a6b7e34187
commit
4b7efb73d7
@@ -15,6 +15,7 @@
|
||||
}
|
||||
|
||||
.Playground {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
@@ -41,3 +42,10 @@
|
||||
background-size: 10px 10px, 10px 10px, 100px 100px, 100px 100px, 100px 100px,
|
||||
100px 100px, 100px 100px, 100px 100px;
|
||||
}
|
||||
|
||||
|
||||
.Playground > .YogaNode {
|
||||
margin: auto;
|
||||
position: static;
|
||||
align-self: center;
|
||||
}
|
Reference in New Issue
Block a user