投稿ボタンと画像アップロードの位置を切り替える方法(モバイル版)


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.

これくらいの設定で、ほぼ目的を達成できるはずです… 十分にテストはしていないので、状況によっては追加の調整が必要になる場合もあります。ご注意ください。

#reply-control .submit-panel .save-or-cancel {
  flex-direction: row-reverse;
  order: 2;
}
「いいね!」 7