Updte.
Some checks failed
DevPlace CI / test (push) Has been cancelled

This commit is contained in:
retoor 2026-06-11 14:14:23 +02:00
parent cd1e4b5858
commit 9016df0d2a

View File

@ -78,12 +78,12 @@
gap: 0.75rem;
padding: 1rem 0;
position: relative;
margin-left: calc(var(--comment-depth, 0) * 1.5rem);
margin-left: calc(var(--comment-depth, 0) * 0.25rem);
}
.comment-replies {
margin-top: 0.75rem;
padding-left: 0.5rem;
padding-left: 0.25rem;
border-left: 2px solid var(--border);
}
@ -216,7 +216,7 @@
.comment {
gap: 0.5rem;
margin-left: calc(var(--comment-depth, 0) * 0.5rem);
margin-left: calc(var(--comment-depth, 0) * 0.1rem);
}
.comment-votes {
@ -224,7 +224,7 @@
}
.comment-replies {
padding-left: 0.25rem;
padding-left: 0.1rem;
}
}