made table resposive lol

This commit is contained in:
Pünkösd Marcell 2020-11-26 21:55:41 +01:00
parent 4c7f0cc58d
commit 0f58106fdd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<b-col class="my-4">
<b-table :items="tracklist" :fields="fields" hover borderless @row-clicked="rowClicked"
tbody-tr-class="clickable-table-row-thing">
tbody-tr-class="clickable-table-row-thing" responsive="md">
<template #cell(cover_url)="data">
<b-img-lazy :src="data.item.cover_url_small" height="45px" blank-src="@/assets/music_placeholder.png"
v-if="!!data.item.cover_url_small"/>