Преглед изворни кода

Unsquish tag-page avatars

Fix #374
trwnh пре 7 година
родитељ
комит
3445d91b6f
1 измењених фајлова са 4 додато и 0 уклоњено
  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 {
   display: none!important;
 }
+
+.profile-avatar img {
+  object-fit: cover;
+}