Merge pull request #1474 from pixelfed/trwnh-post-height

allow post-component to shrink to fit media
pull/1475/head
daniel 6 years ago committed by GitHub
commit 9f6840c984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,11 +390,6 @@
.postPresenterContainer {
background: #fff;
}
@media(min-width: 720px) {
.postPresenterContainer {
min-height: 600px;
}
}
::-webkit-scrollbar {
width: 0px;
background: transparent;

Loading…
Cancel
Save