We got a majority of feedback that we should have the post button on the right, it’s for better UX. Any idea how I can switch the places of these two elements? I’ve tried
float: right but no luck.
float: right but no luck.
像这样的设置应该能帮你解决大部分问题……我还没有进行广泛测试,所以请留意运行情况,因为在某些上下文中可能还需要进一步调整。
#reply-control .submit-panel .save-or-cancel {
flex-direction: row-reverse;
order: 2;
}