chore: small torrent card fixes

This commit is contained in:
WDaan 2022-11-16 16:12:01 +01:00
parent f9e82d83a0
commit b501892805
3 changed files with 1 additions and 5 deletions

View file

@ -3,7 +3,7 @@
<div class="caption grey--text">
{{ $t('status') }}
</div>
<v-chip small class="caption white--text px-2" :class="state">
<v-chip style="height: 1.3em" class="caption white--text px-2" :class="state">
{{ stateString }}
</v-chip>
</v-flex>

View file

@ -1,9 +1,6 @@
<template>
<v-layout row wrap class="ma-0 px-4 py-2 ml-0">
<v-flex xs12>
<div class="caption grey--text">
{{ $t('torrent.torrentTitle') }}
</div>
<div class="truncate mr-4">
{{ torrent.name }}
</div>

View file

@ -57,7 +57,6 @@ const locale = {
created: 'created by',
comments: 'comments',
uploadedSession: 'Uploaded Session',
torrentTitle: 'Torrent Title',
timeActive: 'Time Active',
seededFor: 'seeded for',
last_activity: 'Last Activity'