Come cambiare la posizione del pulsante di invio e del caricamento immagini? (mobile)


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.

Una cosa del genere dovrebbe portarti quasi alla meta… Non l’ho testata in modo estensivo, quindi tieni d’occhio la situazione, poiché potrebbe richiedere qualche ulteriore aggiustamento in certi contesti.

#reply-control .submit-panel .save-or-cancel {
  flex-direction: row-reverse;
  order: 2;
}
7 Mi Piace