jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Minor design issues #66

Closed emmtre closed 7 years ago

emmtre commented 8 years ago

I have noticed some strange styling behavior with some browsers. Sometimes the social icon doesn't line up with the label and the count box has another height. I think both issues can be fixed by this css. And this design issue is for the slim button style.

.ea-share-count-button.style-gss i {
    vertical-align: top;
}

.ea-share-count-button.style-gss .ea-share-count {
    box-sizing: border-box;
}