Use display: contents instead of flex

This commit is contained in:
Alexander Zaytsev
2025-12-17 10:20:16 +01:00
parent 035c5f97a1
commit 56bf5289c3
+2 -2
View File
@@ -162,13 +162,13 @@
display: none;
.comments--system-expanded & {
display: flex;
display: contents;
}
}
/* Show the last system comment */
:nth-last-child(1 of .comment-wrapper--system) {
display: flex;
display: contents;
.comment__history {
display: grid;