头像宽度压缩 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 { .avatar {
width: 40px; width: 40px;
height: 40px; height: 40px;
flex-shrink: 0;
background-color: #bcbcbc; background-color: #bcbcbc;
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
@ -170,7 +171,7 @@ const sendMessage = () => {
} }
.input-bar { .input-bar {
display: flex; display: flex;
// margin: 10px 0; margin: 0 5px;
.message-input { .message-input {
margin-right: 5px; margin-right: 5px;
} }