Merge pull request #375 from trwnh/patch-1

Unsquish tag-page avatars
This commit is contained in:
daniel 2018-08-14 15:06:01 -06:00 committed by GitHub
commit 3bea5eac6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,3 +294,7 @@ details summary::-webkit-details-marker {
.details-animated[open] > summary {
display: none!important;
}
.profile-avatar img {
object-fit: cover;
}