Mailspring-Libre
Mailspring-Libre copied to clipboard
Send Button on the top of mailbar (or floating)
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 ;) )

Thank you
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!
@lefred, I submitted a pull request (#35) that addresses this.