Update Chat

This commit is contained in:
anhkha2003 2023-09-24 23:31:38 -05:00
parent 10f3390f3a
commit bd8d7848b9
6 changed files with 50 additions and 27 deletions

View file

@ -59,6 +59,9 @@
color: black;
border: 2px solid black;
}
#chat-input::placeholder {
color: grey;
}
#chat-online-content {
padding: 0;
width: 100%;
@ -136,6 +139,7 @@
position: relative;
display: inline-flex;
flex: 0 0 auto;
align-items: center;
}
.status-circle {
position: absolute;
@ -194,13 +198,16 @@
}
.unread-count {
float: right;
color: white;
background-color: darkcyan;
border-radius: 2px;
padding: 0 0.5em;
align-self: flex-end;
border-radius: 50%;
align-self: center;
flex: 0 0 1.25rem;
height: 1.25rem;
font-size: smaller;
display: flex;
align-items: center;
justify-content: center;
}
#setting-content {
display: none;