better padding for comment reply threads

This commit is contained in:
simon 2022-11-21 10:38:30 +07:00
parent acb24e38a6
commit 41ea0c2c58
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 1 deletions

View File

@ -842,7 +842,8 @@ video:-webkit-full-screen {
.comments-replies {
display: none;
padding-left: 3rem;
padding-left: 1rem;
border-left: 1px solid var(--accent-font-light);
margin-top: 1rem;
}