mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-29 05:57:37 +08:00
feat: 评论嵌套规则修复
This commit is contained in:
@@ -283,4 +283,11 @@ export default CommentItem
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.reply-icon {
|
||||||
|
margin-right: 3px;
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user