slightly reduce comment margin on mobile

pull/202/head
Aevann 2023-09-18 19:23:19 +03:00
parent 391aae22b3
commit 67aa5786f5
1 changed files with 3 additions and 0 deletions

View File

@ -5105,6 +5105,9 @@ pre .com, code .com {
padding-left: 0;
margin-top: 1.5rem;
}
.comment:first-child {
margin-top: 1rem;
}
.comment.collapsed .user-info {
padding-top: 0.5rem;
}