كيفية تبديل مكان زر النشر ورفيع الصورة؟ (على الهاتف المحمول)


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 إعجابات