mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
fix: reduce title size #1288
This commit is contained in:
parent
0c7701a4d2
commit
aab5cc16ed
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const isTorrentSelected = computed(() => dashboardStore.isTorrentInSelection(pro
|
|||
|
||||
<template>
|
||||
<v-card :class="`sideborder ${torrent.state} pointer`" :color="isTorrentSelected ? `torrent-${torrent.state}-darken-3` : undefined" width="100%" @click="onClick">
|
||||
<v-card-title class="text-wrap text-h6 pt-1 pb-0">{{ torrent.name }}</v-card-title>
|
||||
<v-card-title class="text-wrap text-subtitle-1 pt-1 pb-0">{{ torrent.name }}</v-card-title>
|
||||
<v-card-text class="pa-2 pt-0">
|
||||
<div class="d-flex gap flex-wrap">
|
||||
<component :is="getComponent(ppt.type)" :torrent="torrent" v-bind="ppt.props" v-for="ppt in torrentProperties" />
|
||||
|
|
Loading…
Add table
Reference in a new issue