mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
allow post-component to shrink to fit media
forcing a min-height causes sizing issues
This commit is contained in:
parent
ab0e5a36de
commit
3cf30697c2
1 changed files with 0 additions and 5 deletions
|
@ -390,11 +390,6 @@
|
|||
.postPresenterContainer {
|
||||
background: #fff;
|
||||
}
|
||||
@media(min-width: 720px) {
|
||||
.postPresenterContainer {
|
||||
min-height: 600px;
|
||||
}
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in a new issue