matteocontrini because he put the link as the alt text. (Markdown isn't that friendly with images)
I just realised, he swapped the URL and the alt text.
 instead of 
So it was not deliberate.
hrvoje_hr The quickest would be with this CSS:
.no-touch .Post-actions {
opacity: 1;
}
Indeed, or even simpler:
.Post-actions {
opacity: 1;
}