iankronquist / y-cloninator

List GitHub projects trending on Hacker News without distractions.
http://ycloninator.herokuapp.com/
MIT License
127 stars 13 forks source link

Display GH stars with projects #4

Closed iankronquist closed 8 years ago

iankronquist commented 8 years ago

Needs a little bit of CSS help @tschuy r?

iankronquist commented 8 years ago

Alright, I won't be so lazy then.

iankronquist commented 8 years ago

@tschuy You're going to need to drop the DB to repopulate it with stars data anyway. Nonetheless, here is the new migration.

tschuy commented 8 years ago

I'll just manually add the column and give it a default value then.

tschuy commented 8 years ago
.gh-stars {
  white-space: nowrap;
}

Looks good to me save that CSS. You can just nowrap it to make sure it's always on one line.

iankronquist commented 8 years ago

Fixed CSS and force pushed.

tschuy commented 8 years ago

+1 looks good to me, gimme a sec to add the column and then you can merge

tschuy commented 8 years ago

Sweet, merging