Fix comment count size (#6617) [deploy]

This commit is contained in:
Ben Halpern 2020-03-12 17:16:27 -04:00 committed by GitHub
parent 2ee93ecc63
commit aa26ea5e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -916,14 +916,14 @@ a.header-link {
height: 25px;
}
.reactions-count {
font-size: calc(0.9em + 0.1vw);
font-size: 0.7em;
background: $light-gray;
padding: 1px 5px;
border-radius: 3px;
border: 1px solid darken($light-gray, 10%);
margin-left: 1px;
position: absolute;
top: 8px;
top: 4px;
left: 24px;
}
img {