mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1474 from pixelfed/trwnh-post-height
allow post-component to shrink to fit media
This commit is contained in:
commit
9f6840c984
|
@ -390,11 +390,6 @@
|
||||||
.postPresenterContainer {
|
.postPresenterContainer {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
@media(min-width: 720px) {
|
|
||||||
.postPresenterContainer {
|
|
||||||
min-height: 600px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
Loading…
Reference in New Issue