This commit is contained in:
vapormusic 2021-12-10 11:41:42 +07:00
parent 9a27ffd652
commit a88f8aa6f9
2 changed files with 4 additions and 3 deletions

View file

@ -1121,7 +1121,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 100%;
display: block;
flex: unset;
margin-left: 1.8em;
margin-left: 2.3em;
color: whitesmoke;
}

View file

@ -65,8 +65,9 @@
<button class="cd-btn-seeall">See All</button>
</div>
</div>
<template v-if="!(data.views[view].attributes.title ?
data.views[view].attributes.title : '???').includes('Video')">
<template v-if="!((data.views[view].attributes.title ?
data.views[view].attributes.title : '???').includes('Video') || (data.views[view].attributes.title ?
data.views[view].attributes.title : '???').includes('More To See'))">
<mediaitem-scroller-horizontal-large :items="data.views[view].data.limit(10)">
</mediaitem-scroller-horizontal-large>
</template>