mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +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">
|
||||
{{ $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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue