Mailspring-Libre icon indicating copy to clipboard operation
Mailspring-Libre copied to clipboard

Send Button on the top of mailbar (or floating)

Open lefred opened this issue 5 years ago • 2 comments

Hello,

This is a Feature Request.

It would be great that when we reply (or fwd) to mail in the message thread list, we could have the send button on the message's top bar or a floating button instead of having to scroll down the full message (I know I'm lazy ;) )

mailspring_send

Thank you

lefred avatar Mar 07 '20 10:03 lefred

Should be pretty straightforward with position: fixed on footer! Want to give it a try yourself? :)

UPD: okay, this is trickier than I thought initially, as some parent element (.scroll-region-content, namely) has position: absolute which resets the block formatting context and breaks position: fixed. I'll look into it but feel free to play around with the devtools inspector too, if you're up to it!

notpushkin avatar Mar 07 '20 15:03 notpushkin

@lefred, I submitted a pull request (#35) that addresses this.

mselchow avatar May 27 '20 22:05 mselchow