Update album carousels, fix height bug

This commit is contained in:
Daniel Supernault 2019-10-15 23:40:08 -06:00
parent 46625cd2d4
commit 8380822a14
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
4 changed files with 8 additions and 8 deletions

View file

@ -50,7 +50,7 @@
</div>
</div>
<div class="col-12 col-md-8 px-0 mx-0">
<div class="postPresenterContainer d-none d-flex justify-content-center align-items-center" v-on:dblclick="likeStatus">
<div class="postPresenterContainer d-none d-flex justify-content-center align-items-center" style="background: #000;">
<div v-if="status.pf_type === 'photo'" class="w-100">
<photo-presenter :status="status" v-on:lightbox="lightbox"></photo-presenter>
</div>