Fix loki image stretching randomly

pull/266/head
Mikunj 6 years ago
parent 495ddcabab
commit 1a211e8df8

@ -75,6 +75,7 @@
height: 70px; height: 70px;
background: $color-loki-extra-dark-gray; background: $color-loki-extra-dark-gray;
img { img {
object-fit: cover;
max-width: 60%; max-width: 60%;
max-height: 60%; max-height: 60%;
} }

Loading…
Cancel
Save