Xav Palo ← The Voice of the Proton Community My feedback 1 result found Grouped conversation sorting 63 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 23 comments · Proton Mail » New feature · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Xav Palo commented · Nov 29, 2017 · Edit… · Delete… I was looking for a way to do this, and a bit of CSS is enough. Go to Settings > Appearance, and in the field "Custom Theme" add this : /* Reverse messages sorting of conversations */ #pm_thread { display: flex; flex-direction: column-reverse; } Save Submitting... Xav Palo supported this idea · Nov 29, 2017
I was looking for a way to do this, and a bit of CSS is enough.
Go to Settings > Appearance, and in the field "Custom Theme" add this :
/* Reverse messages sorting of conversations */
#pm_thread {
display: flex;
flex-direction: column-reverse;
}