Browse Source

Unsquish tag-page avatars

Fix #374
trwnh 7 years ago
parent
commit
3445d91b6f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      resources/assets/sass/custom.scss

+ 4 - 0
resources/assets/sass/custom.scss

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