[web] Remove maxwidth and maxheight attribute that have no effect with Spotify URLs
This commit is contained in:
parent
0bd7f8ed08
commit
0fc2032e4a
|
@ -35,8 +35,6 @@
|
|||
:artist="album.artist"
|
||||
:album="album.name"
|
||||
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
|
||||
:maxwidth="64"
|
||||
:maxheight="64"
|
||||
/>
|
||||
</template>
|
||||
<template #actions>
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
:artist="album.artist"
|
||||
:album="album.name"
|
||||
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
|
||||
:maxwidth="64"
|
||||
:maxheight="64"
|
||||
/>
|
||||
</template>
|
||||
<template #actions>
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
:artist="album.artist"
|
||||
:album="album.name"
|
||||
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
|
||||
:maxwidth="64"
|
||||
:maxheight="64"
|
||||
/>
|
||||
</template>
|
||||
<template #actions>
|
||||
|
|
|
@ -177,8 +177,6 @@
|
|||
:artist="album.artist"
|
||||
:album="album.name"
|
||||
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
|
||||
:maxwidth="64"
|
||||
:maxheight="64"
|
||||
/>
|
||||
</template>
|
||||
<template #actions>
|
||||
|
|
Loading…
Reference in New Issue