basic improvements in formatting

This commit is contained in:
Zhongheng Liu 2024-01-19 20:58:45 +02:00
commit 27db90cd58
No known key found for this signature in database
4 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,6 @@
body {
background-color: black;
color: #00FF33;
}
.App {
margin: 3%;
margin: 1%;
min-height: 100vh;
}

View file

@ -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;
}

View file

@ -0,0 +1,3 @@
.msg .msg-err {
overflow-wrap: break-word;
}

3
src/Login/Login.css Normal file
View file

@ -0,0 +1,3 @@
.uname-error-text {
color: red;
}