no message

This commit is contained in:
A1300399510
2024-08-12 11:37:56 +08:00
parent 1d17e949e8
commit d671738a95
27 changed files with 291 additions and 273 deletions

View File

@@ -3289,6 +3289,24 @@ const rollRiposte = () => {
.respond-item-key {
cursor: pointer;
font-family: "emojifont";
position: relative;
z-index: 1;
&:hover {
&::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: 35px;
height: 35px;
background-color: #eee;
border-radius: 4px;
z-index: -1;
}
}
}
}
}