@@ -297,10 +297,10 @@ body {
297297 -webkit-box-orient : vertical;
298298 -webkit-box-direction : reverse;
299299 -webkit-flex-direction : column-reverse;
300- -ms-flex-direction : column-reverse;
301- flex-direction : column-reverse;
300+ -ms-flex-direction : column-reverse;
301+ flex-direction : column-reverse;
302302 overflow-y : auto;
303- height : 89 vh ;
303+ height : 90 vh ;
304304 padding-top : 1vh ;
305305 padding-left : 1vw ;
306306 padding-right : 1vw ;
@@ -439,8 +439,8 @@ body {
439439
440440
441441.inputarea {
442- height : 6 vh ;
443- padding : 10px 20px 0px 20px ;
442+ height : 5 vh ;
443+ padding : 10px 20px 0px 20px ;
444444 border-top : 1px solid # eaeaea ;
445445 z-index : 100 ;
446446 display : -webkit-box;
@@ -450,20 +450,20 @@ body {
450450 -webkit-box-orient : horizontal;
451451 -webkit-box-direction : normal;
452452 -webkit-flex-direction : row;
453- -ms-flex-direction : row;
454- flex-direction : row;
453+ -ms-flex-direction : row;
454+ flex-direction : row;
455455 -webkit-box-align : center;
456456 -webkit-align-items : center;
457- -ms-flex-align : center;
458- align-items : center;
457+ -ms-flex-align : center;
458+ align-items : center;
459459}
460460
461461.phone-mode .inputarea {
462462 height : 7vh ;
463463}
464464
465465.inputarea textarea {
466- display : block;
466+ display : block;
467467 padding-top : 9px ;
468468 padding-bottom : 9px ;
469469 padding-right : 38px ;
@@ -477,6 +477,7 @@ body {
477477 box-shadow : 1px 1px 0 rgba (0 , 0 , 0 , 0.2 );
478478 position : relative;
479479 width : 95vw ;
480+ height : 3vh ;
480481 outline : none;
481482 font-family : Lato, sans-serif;
482483}
0 commit comments