我绝对不是关于反应的专家,因为我不在我的网站上使用它们。但我怀疑您可能可以使用 CSS 编辑和覆盖 discourse-reactions-picker 的某些属性:
.discourse-reactions-picker {
position: absolute;
inset: auto auto 0px 0px;
margin: 0px;
transform: translate(172px, -28px);
width: [在此处插入宽度];
height: [在此处插入高度];
}