hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.app
Apache License 2.0
2.09k stars 265 forks source link

User feed filter background color #642

Closed sachaw closed 9 years ago

sachaw commented 9 years ago

Looking that the user feed filter, it seems to get a little lost and doesn't have a very compliant design, I thought doing something like this: improved As against the original: original It could do with some text color changes or even a font change but I believe something needs to be done.

wopian commented 9 years ago

Something like this? cc @JoshFabian

After:

Before:


Note to self:

box-shadow: 0 1px 1px rgba(0,0,0,0.05);margin-bottom: 20px;display: flex;flex-direction: column/*mobile*/;flex-direction: row/*desktop*/;flex-wrap: wrap;justify-content: space-between;align-items: center;

display: inline-block;padding: 10px 0px 10px 0px;margin-left: 10px;flex-grow: 1;
sachaw commented 9 years ago

yea, looks good