feat: common-icon

This commit is contained in:
tim
2025-07-04 14:45:09 +08:00
parent 2e9d0ca022
commit 9957c26025
2 changed files with 16 additions and 7 deletions

View File

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