Remove height for comments

This commit is contained in:
Stasiek Michalski 2018-06-03 19:24:55 +02:00 committed by GitHub
parent 32eca1a0fc
commit 34f5aeae75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,15 +66,6 @@ body, button, input, textarea {
border-bottom:1px solid rgba(0, 0, 0, 0.1); border-bottom:1px solid rgba(0, 0, 0, 0.1);
} }
.card.status-container.orientation-square .status-comments {
height: 360px !important;
}
.card.status-container.orientation-portrait .status-comments {
height: 528px !important;
}
.card.status-container.orientation-landscape .status-photo img { .card.status-container.orientation-landscape .status-photo img {
max-height: 451px !important; max-height: 451px !important;
} }