mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-09 03:27:32 +08:00
feat: common-icon
This commit is contained in:
@@ -29,6 +29,9 @@
|
|||||||
<div class="reactions-count">1882</div>
|
<div class="reactions-count">1882</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="make-reaction-container">
|
<div class="make-reaction-container">
|
||||||
|
<div class="make-reaction-item comment-reaction">
|
||||||
|
<i class="far fa-comment"></i>
|
||||||
|
</div>
|
||||||
<div class="make-reaction-item like-reaction">
|
<div class="make-reaction-item like-reaction">
|
||||||
<i class="far fa-heart"></i>
|
<i class="far fa-heart"></i>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,6 +88,16 @@ export default CommentItem
|
|||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-list {
|
.reply-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-reaction {
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-reaction:hover {
|
||||||
|
background-color: lightgray;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -517,18 +517,18 @@ export default {
|
|||||||
.make-reaction-container {
|
.make-reaction-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 20px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-reaction-item {
|
.make-reaction-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 0.7;
|
opacity: 0.5;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.like-reaction {
|
.like-reaction {
|
||||||
font-size: 20px;
|
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -536,10 +536,6 @@ export default {
|
|||||||
background-color: #ffe2e2;
|
background-color: #ffe2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-link {
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.copy-link:hover {
|
.copy-link:hover {
|
||||||
background-color: #e2e2e2;
|
background-color: #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user