Removing border separator

This commit is contained in:
Aldo Miranda-Aguilar 2026-06-28 20:25:31 -06:00
parent 0a8cf36714
commit 721fa0ddbd
1 changed files with 0 additions and 8 deletions

View File

@ -664,14 +664,6 @@ function getCommentUrl(commentId: string) {
.new-comment-top {
order: -1;
// Override the top separator inherited from .media + .media (DOM order places this last)
border-block-start: none;
margin-block-start: 0;
padding-block-start: 0;
// Provide the separator on the bottom side instead, toward the first existing comment
border-block-end: 1px solid rgba(var(--border-rgb), 0.5);
margin-block-end: 1rem;
padding-block-end: 1rem;
}
.comments-container {