From 3445d91b6fc5fec65d7e271d7941dc02c2fb62ac Mon Sep 17 00:00:00 2001 From: trwnh Date: Tue, 14 Aug 2018 01:58:07 -0500 Subject: [PATCH] Unsquish tag-page avatars Fix #374 --- resources/assets/sass/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index cb6394607..5aa67fb47 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -294,3 +294,7 @@ details summary::-webkit-details-marker { .details-animated[open] > summary { display: none!important; } + +.profile-avatar img { + object-fit: cover; +}