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:
Nokse22
2024-05-24 01:41:52 +02:00
committed by GitHub
parent cde081acb5
commit 5b92186930
5 changed files with 99 additions and 63 deletions

8
src/style.css Normal file
View File

@@ -0,0 +1,8 @@
.message-input {
background-color: #EBEBEB;
border-radius: 10px;
}
.message-text-view {
background-color: #EBEBEB;
}