thefatihcinar / twitter-clone

Exact Clone of Twitter with Full Functionality. NodeJS
3 stars 0 forks source link

Hover on like button is oval. Wanna make it circular. #2

Open thefatihcinar opened 3 years ago

thefatihcinar commented 3 years ago

As seen below, when hover over like button, the shape is oval. But in actual twitter, it is circular. I want to make it circular and keep style of number of likes. oval

SJellen commented 3 years ago

This might have to do with the display type of the button. You might have to set a display of block or adjust it. This could be a flex container effecting the button.

Its just a guess on my part, but when this has happened to me its this.