Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
pull/91/head
daniel 2018-06-01 01:40:10 -06:00 zatwierdzone przez GitHub
commit 92ba5acd8e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -51,6 +51,10 @@ body, button, input, textarea {
.card.status-container {
}
.card-img-top {
height: auto;
}
.card.status-container .status-photo {
display: -webkit-box !important;
display: -ms-flexbox !important;
@ -104,4 +108,4 @@ body, button, input, textarea {
.notification-page .list-group-item:first-child {
border-top: none;
}
}