mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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;
|
||||
}
|
||||
|
||||
.postPresenterContainer {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.status-comments,
|
||||
.reactions,
|
||||
.col-md-4 {
|
||||
|
@ -16,6 +12,7 @@
|
|||
}
|
||||
|
||||
.postPresenterContainer {
|
||||
background: #000;
|
||||
min-height: 600px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue