chat: theming support, hide chat when not needed, other minor changes

This commit is contained in:
moscovium
2018-09-26 17:24:02 +02:00
parent 9914752788
commit 03362d2c6d
7 changed files with 385 additions and 35 deletions

View File

@@ -103,7 +103,7 @@ textarea:focus, input:focus {
list-style-type: none;
padding: 0.5%;
padding-left: 1.4%;
font-size: 1.1rem;
font-size: 1.65vh;
box-sizing: border-box;
color: white;
background-color: rgba(44, 62, 80, 1.0);
@@ -121,3 +121,7 @@ textarea:focus, input:focus {
.suggestion {
margin-bottom: 0.5%;
}
.hidden {
display: none;
}