Impose max-width on the prefs page and remove dislikes

This commit is contained in:
root
2022-02-16 01:08:06 +05:30
parent 01a74aadb7
commit 09b3914021
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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">
-2
View File
@@ -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>