Remove max-height, last fix #90

This commit is contained in:
Stasiek Michalski 2018-06-03 14:20:51 +02:00 committed by GitHub
parent 32eca1a0fc
commit fd9e574806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,18 +75,6 @@ body, button, input, textarea {
height: 528px !important;
}
.card.status-container.orientation-landscape .status-photo img {
max-height: 451px !important;
}
.card.status-container.orientation-square .status-photo img {
max-height: 601px !important;
}
.card.status-container.orientation-portrait .status-photo img {
max-height: 772px !important;
}
.no-caret.dropdown-toggle {
text-decoration: none !important;
}