Skip to content

Commit 378fcb0

Browse files
author
warcode
authored
Merge pull request #3 from warcode/bugfix/css
Slight CSS fixes for Firefox
2 parents 9d18d9c + 9a87566 commit 378fcb0

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

thants.css

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 89vh;
303+
height: 90vh;
304304
padding-top: 1vh;
305305
padding-left: 1vw;
306306
padding-right: 1vw;
@@ -439,8 +439,8 @@ body {
439439

440440

441441
.inputarea {
442-
height: 6vh;
443-
padding: 10px 20px 0px 20px;
442+
height: 5vh;
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

Comments
 (0)