换了种正常方法调整微信默认表情的位置,优化界面

This commit is contained in:
STDquantum 2023-12-17 19:12:46 +08:00
parent e04ad64d3a
commit 6e977f5989

View File

@ -1000,10 +1000,10 @@ input {
}
.emoji_img {
width: 26px;
height: 26px;
position: relative;
bottom: -6px;
width: 22px;
height: 22px;
vertical-align: middle;
margin-top: -4.4px;
}
</style>