try and make the input component better

This commit is contained in:
ouwou
2021-01-08 21:50:43 -05:00
parent d42e0bae90
commit 3f31d74cd8
2 changed files with 11 additions and 5 deletions

View File

@@ -86,12 +86,15 @@
background-color: #263238;
}
.message-input, .message-input text {
padding: 10px 20px;
.message-input, .message-input textview, .message-input textview text {
background-color: #37474f;
color: #cfd8dc;
}
.message-input {
padding: 0px 0px 0px 5px;
}
.members {
background-color: #263238;
}