mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +00:00
Update PostComponent.vue
This commit is contained in:
parent
d32beba376
commit
befed118ea
1 changed files with 1 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postPresenterContainer {
|
|
||||||
background: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-comments,
|
.status-comments,
|
||||||
.reactions,
|
.reactions,
|
||||||
.col-md-4 {
|
.col-md-4 {
|
||||||
|
@ -16,6 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.postPresenterContainer {
|
.postPresenterContainer {
|
||||||
|
background: #000;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue