私はリアクションの専門家ではありません。サイトでそれらを使用していないからです。しかし、CSSを使用してdiscourse-reactions-pickerのプロパティの一部を編集およびオーバーライドできる可能性があると思います。
.discourse-reactions-picker {
position: absolute;
inset: auto auto 0px 0px;
margin: 0px;
transform: translate(172px, -28px);
width: [insert width here];
height: [insert height here];
}