better padding for comment reply threads

This commit is contained in:
simon
2022-11-21 10:38:30 +07:00
parent acb24e38a6
commit 41ea0c2c58

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;
}