|
@@ -32,7 +32,7 @@
|
|
z-index: 1;
|
|
z-index: 1;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
position: absolute;
|
|
position: absolute;
|
|
- height: calc(100vh - 15px);
|
|
|
|
|
|
+ height: calc(100vh - 50px);
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
|
|
|
@@ -70,9 +70,10 @@
|
|
.playground{
|
|
.playground{
|
|
background-color:#dfdfdf;
|
|
background-color:#dfdfdf;
|
|
margin-top: 0px;
|
|
margin-top: 0px;
|
|
- height: calc(100vh - 5px);
|
|
|
|
|
|
+ height: calc(100vh - 50px);
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.phone{
|
|
.phone{
|
|
@@ -87,7 +88,7 @@
|
|
margin-left:285px;
|
|
margin-left:285px;
|
|
height: 47px;
|
|
height: 47px;
|
|
background: #F8F8F8 0% 0% no-repeat;
|
|
background: #F8F8F8 0% 0% no-repeat;
|
|
- width:100%;
|
|
|
|
|
|
+ width:auto;
|
|
box-shadow: 0px 1px 0px 0px #F8F8F8;
|
|
box-shadow: 0px 1px 0px 0px #F8F8F8;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
|
|