feat: reaction ui

This commit is contained in:
tim
2025-07-11 13:13:51 +08:00
parent bde076a80c
commit abf0203b7c
2 changed files with 14 additions and 30 deletions

View File

@@ -639,33 +639,12 @@ export default {
font-size: 16px;
}
.reactions-count {
font-size: 16px;
opacity: 0.5;
}
.make-reaction-container {
display: flex;
flex-direction: row;
gap: 10px;
}
.make-reaction-item {
cursor: pointer;
padding: 10px;
border-radius: 50%;
opacity: 0.5;
font-size: 20px;
}
.like-reaction {
color: #ff0000;
}
.like-reaction:hover {
background-color: #ffe2e2;
}
.copy-link:hover {
background-color: #e2e2e2;
}