🐛 Bug fixes of chatting message misplace

This commit is contained in:
LittleSheep 2024-04-01 22:07:48 +08:00
parent e36fc53df8
commit 1f3f4a7370

View File

@ -80,7 +80,7 @@ function deleteMessage() {
.message-action { .message-action {
position: absolute; position: absolute;
right: 8px; right: 8px;
top: -25%; top: -18px;
opacity: 0; opacity: 0;
} }