basic improvements in formatting
This commit is contained in:
parent
5e455455cb
commit
27db90cd58
4 changed files with 11 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: #00FF33;
|
||||
}
|
||||
.App {
|
||||
margin: 3%;
|
||||
margin: 1%;
|
||||
min-height: 100vh;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
.chat-inner-wrapper {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-wrap: normal;
|
||||
height: 50vh;
|
||||
overflow-y:scroll;
|
||||
/* overflow-wrap: normal; */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
@ -10,6 +10,6 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
.chat {
|
||||
min-height: 80vh;
|
||||
/* min-height: 80vh; */
|
||||
position: relative;
|
||||
}
|
3
src/Chat/MessageDisplay.css
Normal file
3
src/Chat/MessageDisplay.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.msg .msg-err {
|
||||
overflow-wrap: break-word;
|
||||
}
|
3
src/Login/Login.css
Normal file
3
src/Login/Login.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.uname-error-text {
|
||||
color: red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue