Trending page width 10 to 210

This commit is contained in:
Karlis Cudars 2021-10-23 23:22:05 +03:00
parent 90916e70b2
commit 6683be1ca8
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@
/> />
</div> </div>
<span class="uk-align-right@m"> <span class="uk-align-right@m">
<label for="ddlSortBy">{{ $t("actions.sort_by") }}</label>
<select id="ddlSortBy" v-model="selectedSort" class="uk-select uk-width-auto" @change="onChange()"> <select id="ddlSortBy" v-model="selectedSort" class="uk-select uk-width-auto" @change="onChange()">
<option v-t="'actions.most_recent'" value="descending" /> <option v-t="'actions.most_recent'" value="descending" />
<option v-t="'actions.least_recent'" value="ascending" /> <option v-t="'actions.least_recent'" value="ascending" />

View file

@ -59,7 +59,7 @@
:style="[{ background: backgroundColor, paddingLeft: '15px' }]" :style="[{ background: backgroundColor, paddingLeft: '15px' }]"
class="uk-width-1-1 uk-width-1-2@s uk-width-1-4@m uk-width-1-4@l uk-width-1-5@xl" class="uk-width-1-1 uk-width-1-2@s uk-width-1-4@m uk-width-1-4@l uk-width-1-5@xl"
> >
<VideoItem :video="video" height="118" width="10" /> <VideoItem :video="video" height="118" width="210" />
</div> </div>
</div> </div>
</template> </template>