fix(webui): clearer item card display

This commit is contained in:
Gauthier Roebroeck 2022-02-15 11:35:15 +08:00
parent cbe77c780c
commit 052f3d3804

View file

@ -120,10 +120,11 @@
class="link-underline text-truncate" class="link-underline text-truncate"
v-html="t.title" v-html="t.title"
style="display: block" style="display: block"
:class="i !== 0 ? 'font-weight-light' : ''"
/> />
</v-card-subtitle> </v-card-subtitle>
</template> </template>
<v-card-text class="px-2" v-html="body"> <v-card-text class="px-2 font-weight-light" v-html="body">
</v-card-text> </v-card-text>
</template> </template>
</v-card> </v-card>