Improved chat view and message bar (#33)
* added style.css and style-dark.css * keep message text view sensitive at all times * improved chat view ui and message view * added clamps for chat container and message
This commit is contained in:
7
src/style-dark.css
Normal file
7
src/style-dark.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.message-input {
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
.message-text-view {
|
||||
background-color: #343434;
|
||||
}
|
||||
Reference in New Issue
Block a user