mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 07:31:12 +00:00
Playlist card placeholder bugfix
This commit is contained in:
parent
491a6d295b
commit
ea11461ae0
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<!-- TODO: make this a playlist-card-renderer -->
|
||||
<v-card
|
||||
v-ripple
|
||||
class="background d-flex flex-row overflow-hidden ma-4"
|
||||
class="background d-flex flex-row overflow-hidden mb-4 mx-4"
|
||||
:class="
|
||||
$store.state.tweaks.roundThumb && $store.state.tweaks.roundTweak > 0
|
||||
? $vuetify.theme.dark
|
||||
|
@ -38,7 +38,7 @@
|
|||
right: 0;
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
opacity: 0.25;
|
||||
opacity: 0.5;
|
||||
"
|
||||
>
|
||||
<div>420</div>
|
||||
|
|
Loading…
Reference in a new issue