Project-Chirp / chirp-frontend

Frontend of Chirp
2 stars 3 forks source link

Fix post actions numbers #29

Closed Dennull closed 1 year ago

Dennull commented 1 year ago

STEPS:

  1. Go to any post
  2. Like or unlike the post

OBSERVED:

EXPECTED:

AnindaS13 commented 1 year ago

I added a position property with value of absolute to actionitems style in PostItem.tsx. Changed padding since that made the numbers misplace and don't see the issue anymore. The branch is linked to this ticket.

Dennull commented 1 year ago

Nice, can you make a PR once it's ready?