parent
cd1e4b5858
commit
9016df0d2a
@ -78,12 +78,12 @@
|
|||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: calc(var(--comment-depth, 0) * 1.5rem);
|
margin-left: calc(var(--comment-depth, 0) * 0.25rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-replies {
|
.comment-replies {
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.25rem;
|
||||||
border-left: 2px solid var(--border);
|
border-left: 2px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -216,7 +216,7 @@
|
|||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin-left: calc(var(--comment-depth, 0) * 0.5rem);
|
margin-left: calc(var(--comment-depth, 0) * 0.1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-votes {
|
.comment-votes {
|
||||||
@ -224,7 +224,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-replies {
|
.comment-replies {
|
||||||
padding-left: 0.25rem;
|
padding-left: 0.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user