mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Trending page width 10 to 210
This commit is contained in:
parent
90916e70b2
commit
6683be1ca8
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
|||
/>
|
||||
</div>
|
||||
<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()">
|
||||
<option v-t="'actions.most_recent'" value="descending" />
|
||||
<option v-t="'actions.least_recent'" value="ascending" />
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
: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"
|
||||
>
|
||||
<VideoItem :video="video" height="118" width="10" />
|
||||
<VideoItem :video="video" height="118" width="210" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue