1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-21 21:57:06 +00:00

Merge pull request from pixelfed/trwnh-post-height

allow post-component to shrink to fit media
This commit is contained in:
daniel 2019-06-28 13:30:05 -06:00 committed by GitHub
commit 9f6840c984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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