mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
parent
48f268d0f5
commit
e04ad64d3a
@ -778,9 +778,7 @@ body{
|
|||||||
.content:hover::-webkit-scrollbar-thumb{
|
.content:hover::-webkit-scrollbar-thumb{
|
||||||
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;
|
||||||
@ -790,8 +788,6 @@ 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;
|
||||||
@ -1004,8 +1000,10 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emoji_img {
|
.emoji_img {
|
||||||
width: 22px;
|
width: 26px;
|
||||||
height: 22px;
|
height: 26px;
|
||||||
|
position: relative;
|
||||||
|
bottom: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user