头像宽度压缩 fixed

This commit is contained in:
cxc
2022-06-09 17:25:42 +08:00
parent cc8ea05acb
commit 39975bd3b6

View File

@ -135,6 +135,7 @@ const sendMessage = () => {
.avatar {
width: 40px;
height: 40px;
flex-shrink: 0;
background-color: #bcbcbc;
border-radius: 50%;
display: flex;
@ -170,7 +171,7 @@ const sendMessage = () => {
}
.input-bar {
display: flex;
// margin: 10px 0;
margin: 0 5px;
.message-input {
margin-right: 5px;
}