Update chat

This commit is contained in:
anhkha2003 2023-09-23 17:41:36 -05:00
parent db37cb4c40
commit 10f3390f3a
4 changed files with 33 additions and 12 deletions

View file

@ -52,11 +52,12 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
flex-grow: 1;
padding-left: 0.5em;
}
#chat-input {
color: black;
border: 2px solid #e4a81c;
border: 2px solid black;
}
#chat-online-content {
padding: 0;
@ -81,7 +82,7 @@
}
#chat-online {
margin: 0;
width: 35%;
width: 30%;
}
#chat-area {
flex-grow: 1;
@ -91,12 +92,12 @@
font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif;
}
.info-pic {
height: 100%;
height: 95%;
}
.info-name {
margin-left: 10px;
font-size: 2em;
font-size: 1.8em;
font-weight: bold !important;
display: flex;
align-items: center;
@ -166,11 +167,11 @@
}
.message-text {
padding: 0.4em 0.6em 0.5em;
border-radius: 15px;
border-radius: 20px;
max-width: 70%;
width: fit-content;
font-size: 1.05rem;
line-height: 1.3;
font-size: 1rem;
line-height: 1.2;
}
.message-text-other {
background: #eeeeee;
@ -199,6 +200,7 @@
border-radius: 2px;
padding: 0 0.5em;
align-self: flex-end;
border-radius: 50%;
}
#setting-content {
display: none;