Fix event comment horizontal alignment
- No need to expose reactions here, either
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user