Update Chat
This commit is contained in:
parent
10f3390f3a
commit
bd8d7848b9
6 changed files with 50 additions and 27 deletions
|
@ -106,6 +106,16 @@
|
|||
#setting {
|
||||
position: relative;
|
||||
}
|
||||
#setting-button {
|
||||
height: 2.3em;
|
||||
width: 2.5em;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding-top: 2px;
|
||||
}
|
||||
.status-user {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -128,7 +138,7 @@
|
|||
#chat-input {
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
border-radius: 20px;
|
||||
border-radius: 100px;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
transition: box-shadow 0.3s ease-in-out;
|
||||
width: 80%;
|
||||
|
@ -168,12 +178,12 @@
|
|||
}
|
||||
.info-pic {
|
||||
border-radius: 50%;
|
||||
margin-left: 1em;
|
||||
margin-top: 3px;
|
||||
}
|
||||
#chat-info {
|
||||
height: 3em;
|
||||
padding-bottom: 0.25em;
|
||||
padding-left: 0.75em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue