fix: Refactor comments with DL/DD for text browser compatibility

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-05 00:45:00 +00:00
parent 655346a7eb
commit 2bd51bb1cb
2 changed files with 24 additions and 12 deletions

View File

@@ -189,6 +189,14 @@ span.source {
.comments {
margin-left: -1.25rem;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.comments dl, .comments dd {
margin: 0;
padding: 0;
}
.comment {