sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.3k stars 575 forks source link

Improve logo #458

Closed tagliala closed 3 years ago

tagliala commented 3 years ago

Some context

Hi, this is a minor thing that could be backported to main branch. I was experimering with Tailwind, and I've found MailCatcher's UI a good place to start. More experiments on this branch if anyone wants to contribute or keep working on it or even better rewrite with a front-end javascript framework

This PR

The HiDPI Sass media query has been generated by autoprefixer with a ">= 0.1%" default

Before vs After

image

tagliala commented 3 years ago

PNGs have been optimized with optipng -o7 --strip all

sj26 commented 3 years ago

Lovely, thanks! Ready to merge?

tagliala commented 3 years ago

Ready to merge?

Hi, I wanted to check on a non-retina display before

Bertg commented 3 years ago

I checked it* on my HD and non HD monitors. Looks good in both situations.

sj26 commented 3 years ago

Thanks!

tagliala commented 3 years ago

Thanks for the test

sj26 commented 3 years ago

This is shipped in the latest version, v0.8.0.

gem install mailcatcher
tagliala commented 3 years ago

Hi @sj26, thanks for the release

I was experimenting on other UI improvements not related to this PR. I will open a new issue to see if someone is interested in continuing my work or helping me