jaredatch/EA-Share-Count

Minor design issues

Closed this issue · 0 comments

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;
}