Skip to content

Commit

Permalink
fix: interrupted divider in torrenfinfo #151
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Feb 15, 2021
1 parent 6f4f25c commit d362aef
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/components/Modals/TorrentDetailModal/Tabs/Info.vue
Expand Up @@ -122,12 +122,14 @@
<td class="grey--text">
Status
</td>
<v-chip
small
:class="`${torrent.state.toLowerCase()} white--text my-2 caption`"
>
{{ torrent.state }}
</v-chip>
<td>
<v-chip
small
:class="`${torrent.state.toLowerCase()} white--text caption`"
>
{{ torrent.state }}
</v-chip>
</td>
</tr>
<tr v-if="torrent.tracker">
<td class="grey--text">
Expand All @@ -145,7 +147,7 @@
{{ torrent.comment }}
</td>
</tr>

<tr>
<td class="grey--text">
First/Last Piece Priority
Expand Down

0 comments on commit d362aef

Please sign in to comment.