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:
8
src/style.css
Normal file
8
src/style.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.message-input {
|
||||
background-color: #EBEBEB;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.message-text-view {
|
||||
background-color: #EBEBEB;
|
||||
}
|
||||
Reference in New Issue
Block a user