mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-16 16:25:17 +00:00
Community post bugfix
This commit is contained in:
parent
228c560386
commit
60deca8f4a
2 changed files with 9 additions and 5 deletions
|
@ -47,6 +47,15 @@
|
|||
v-text="parseBottom(video)"
|
||||
/>
|
||||
</v-card-text>
|
||||
<v-btn
|
||||
fab
|
||||
text
|
||||
elevation="0"
|
||||
style="width: 50px !important; height: 50px !important"
|
||||
@click.prevent=""
|
||||
>
|
||||
<v-icon>mdi-share-outline</v-icon>
|
||||
</v-btn>
|
||||
</div>
|
||||
</v-card>
|
||||
</template>
|
||||
|
|
|
@ -41,11 +41,6 @@
|
|||
@click.prevent=""
|
||||
>
|
||||
<v-icon>mdi-share-outline</v-icon>
|
||||
<div
|
||||
class="mt-2"
|
||||
style="font-size: 0.66rem"
|
||||
v-text="item.value || item.name"
|
||||
/>
|
||||
</v-btn>
|
||||
</div>
|
||||
<p class="px-4">Blurb Blurb Text Goes Here ...</p>
|
||||
|
|
Loading…
Reference in a new issue