finetune comments icon position

This commit is contained in:
simon 2022-11-18 08:58:25 +07:00
parent 456bc57df3
commit 11c122cba3
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 2 deletions

View File

@ -786,7 +786,7 @@ video:-webkit-full-screen {
.thumb-icon img,
.rating-stars img {
width: 20px;
margin: 0;
margin: 0 5px;
filter: var(--img-filter);
}
@ -830,6 +830,7 @@ video:-webkit-full-screen {
.comments-replies {
padding-left: 3rem;
margin-top: 1rem;
}
.comment-highlight {
@ -845,7 +846,7 @@ video:-webkit-full-screen {
}
.space-carrot {
margin: 0 10px;
margin: 0 5px;
}
.comment-like img {