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:
@@ -50,19 +50,15 @@
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border-radius: 50%;
|
padding: 0 5px;
|
||||||
|
border-radius: 9px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||||
padding-right: 1px;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TabBar .TabBar-badge.TabBar-badge-nomention {
|
|
||||||
padding-right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.TabBar .TabBar-badge.TabBar-badge-nomention:after {
|
.TabBar .TabBar-badge.TabBar-badge-nomention:after {
|
||||||
content: "";
|
content: "";
|
||||||
width: 4px;
|
width: 4px;
|
||||||
|
Reference in New Issue
Block a user