1
0
Эх сурвалжийг харах

Merge pull request #375 from trwnh/patch-1

Unsquish tag-page avatars
daniel 7 жил өмнө
parent
commit
3bea5eac6c

+ 4 - 0
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;
+}