center badge text and nomention dot (#995)

- also add padding and updated border radius to be a bit more consistent with badges in webapp
This commit is contained in:
Dean Whillier
2019-06-21 17:39:43 -04:00
committed by GitHub
parent b3d1b977fd
commit 2cf0acc38c

View File

@@ -50,19 +50,15 @@
height: 18px;
margin-left: 5px;
margin-top: 5px;
border-radius: 50%;
padding: 0 5px;
border-radius: 9px;
display: flex;
justify-content: center;
align-items: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
padding-right: 1px;
font-weight: 600;
}
.TabBar .TabBar-badge.TabBar-badge-nomention {
padding-right: 0px;
}
.TabBar .TabBar-badge.TabBar-badge-nomention:after {
content: "";
width: 4px;