mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update PostComponent.vue
This commit is contained in:
parent
99ea1e40dd
commit
f72201ebd3
1 changed files with 5 additions and 0 deletions
|
@ -390,6 +390,11 @@
|
||||||
.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 a new issue