1
0
Fork 0

Unsquish tag-page avatars

Fix #374
This commit is contained in:
trwnh 2018-08-14 01:58:07 -05:00 committed by GitHub
parent aa62dd5895
commit 3445d91b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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