mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Impose max-width on the prefs page and remove dislikes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-container fluid>
|
||||
<v-container style="max-width: 1080px">
|
||||
<h1 class="text-h4 text-center">{{ $t('titles.preferences') }}</h1>
|
||||
<v-divider class="ma-4" />
|
||||
<div v-for="(opt, optId) in options" :key="optId">
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
<v-col cols="12" md="6" :style="$vuetify.breakpoint.mdAndUp ? { textAlign: 'right' } : {}">
|
||||
<v-icon>mdi-thumb-up</v-icon>
|
||||
<b class="ml-2">{{ addCommas(video.likes) }}</b>
|
||||
<v-icon class="ml-2">mdi-thumb-down</v-icon>
|
||||
<b class="ml-2">{{ addCommas(video.dislikes) }}</b>
|
||||
<v-btn icon class="ml-2" link :href="'https://youtu.be/' + videoId"
|
||||
@click.prevent="onYTClick" target="_blank">
|
||||
<v-icon large>
|
||||
|
||||
Reference in New Issue
Block a user