mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-30 05:20:55 +03:00
chore: small torrent card fixes
This commit is contained in:
parent
f9e82d83a0
commit
b501892805
3 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
<div class="caption grey--text">
|
<div class="caption grey--text">
|
||||||
{{ $t('status') }}
|
{{ $t('status') }}
|
||||||
</div>
|
</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 }}
|
{{ stateString }}
|
||||||
</v-chip>
|
</v-chip>
|
||||||
</v-flex>
|
</v-flex>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<v-layout row wrap class="ma-0 px-4 py-2 ml-0">
|
<v-layout row wrap class="ma-0 px-4 py-2 ml-0">
|
||||||
<v-flex xs12>
|
<v-flex xs12>
|
||||||
<div class="caption grey--text">
|
|
||||||
{{ $t('torrent.torrentTitle') }}
|
|
||||||
</div>
|
|
||||||
<div class="truncate mr-4">
|
<div class="truncate mr-4">
|
||||||
{{ torrent.name }}
|
{{ torrent.name }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -57,7 +57,6 @@ const locale = {
|
||||||
created: 'created by',
|
created: 'created by',
|
||||||
comments: 'comments',
|
comments: 'comments',
|
||||||
uploadedSession: 'Uploaded Session',
|
uploadedSession: 'Uploaded Session',
|
||||||
torrentTitle: 'Torrent Title',
|
|
||||||
timeActive: 'Time Active',
|
timeActive: 'Time Active',
|
||||||
seededFor: 'seeded for',
|
seededFor: 'seeded for',
|
||||||
last_activity: 'Last Activity'
|
last_activity: 'Last Activity'
|
||||||
|
|
Loading…
Add table
Reference in a new issue