forked from nutomic/joinpeertube
Add link to content selection
This commit is contained in:
parent
ca35b756fa
commit
f2ab8773ec
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<img :src="thumbnailUrl" alt="thumbnail"/>
|
<img :src="thumbnailUrl" alt="thumbnail"/>
|
||||||
|
|
||||||
<button class="jpt-button jpt-button-medium">
|
<a target="_blank" rel="noopener noreferrer" :href="url" class="jpt-button jpt-button-medium">
|
||||||
<template v-if="type === 'video'">
|
<template v-if="type === 'video'">
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<icon-video></icon-video>
|
<icon-video></icon-video>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>Go on the instance</div>
|
<div>Go on the instance</div>
|
||||||
</template>
|
</template>
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
a.jpt-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
Loading…
Reference in a new issue