some fix
This commit is contained in:
parent
9a27ffd652
commit
a88f8aa6f9
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue