Update Timeline.vue, fix load more posts

This commit is contained in:
Daniel Supernault 2020-05-28 23:33:06 -06:00
parent 28445e27b8
commit 45a45c46ef
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<template>
<div>
<div v-if="stories.length != 0">
<div id="storyContainer" :class="[list == true ? 'mt-1 mr-3 mb-0 ml-1':'m-3']"></div>
<div id="storyContainer" :class="[list == true ? 'mt-1 mr-3 mb-0 ml-1':'mx-3 mt-3 mb-0 pb-0']"></div>
</div>
</div>
</template>
@ -79,17 +79,17 @@
#storyContainer .story {
margin-right: 2rem;
width: 100%;
max-width: 64px;
max-width: 60px;
}
.stories.carousel .story > .item-link > .item-preview {
height: 64px;
height: 60px;
}
#zuck-modal.with-effects {
width: 100%;
}
.stories.carousel .story > .item-link > .info .name {
font-weight: 600;
font-size: 12px;
font-weight: 500;
font-size: 11px;
}
.stories.carousel .story > .item-link > .info {
}