mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-20 11:08:03 +08:00
调整微信默认表情的位置,优化界面
This commit is contained in:
parent
9e6a4aadba
commit
afe8dcd1d8
@ -779,6 +779,8 @@ body{
|
|||||||
background:rgba(0,0,0,0.1);
|
background:rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
.bubble {
|
.bubble {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -788,6 +790,8 @@ body{
|
|||||||
word-break:normal;
|
word-break:normal;
|
||||||
}
|
}
|
||||||
.chat-refer {
|
.chat-refer {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
@ -1000,10 +1004,8 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emoji_img {
|
.emoji_img {
|
||||||
width: 26px;
|
width: 22px;
|
||||||
height: 26px;
|
height: 22px;
|
||||||
position: relative;
|
|
||||||
bottom: -6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user