Fix event comment horizontal alignment

- No need to expose reactions here, either
This commit is contained in:
Jason Zimdars
2025-05-28 16:13:42 -05:00
parent d1f01182f2
commit f04cbf44de
+4 -2
View File
@@ -110,7 +110,6 @@
.comment--system {
--comment-padding-block: calc(var(--block-space) * 0.66);
line-height: 1.2;
max-inline-size: var(--comment-max);
text-align: center;
@@ -129,9 +128,12 @@
}
.comment__body {
margin-block-start: calc(var(--block-space-half) * -0.33);
text-align: center !important;
}
.quick-reaction {
display: none !important;
}
}
.comment__input {