Normalize message input font size

Fixes #465

// FREEBIE
This commit is contained in:
lilia 2015-12-06 23:26:27 -08:00
parent cb98970094
commit 88ec5970d5
2 changed files with 3 additions and 1 deletions

View file

@ -541,6 +541,7 @@
outline: 0;
z-index: 5;
resize: none;
font-size: 1em;
}
}

View file

@ -977,7 +977,8 @@ input.search {
border: 0;
outline: 0;
z-index: 5;
resize: none; }
resize: none;
font-size: 1em; }
.toast {
position: absolute;