forked from nutomic/joinpeertube
Better subtitles
This commit is contained in:
parent
2b362404d5
commit
9b565da143
2 changed files with 12 additions and 5 deletions
|
@ -9,21 +9,21 @@
|
|||
<div class="icon">
|
||||
<icon-video></icon-video>
|
||||
</div>
|
||||
<div>Watch the video</div>
|
||||
<div v-translate>Watch the video</div>
|
||||
</template>
|
||||
|
||||
<template v-if="type === 'channel'">
|
||||
<div class="icon">
|
||||
<icon-channel></icon-channel>
|
||||
</div>
|
||||
<div>Discover the channel</div>
|
||||
<div v-translate>Discover the channel</div>
|
||||
</template>
|
||||
|
||||
<template v-if="type === 'instance'">
|
||||
<div class="icon">
|
||||
<icon-instance></icon-instance>
|
||||
</div>
|
||||
<div>Go on the instance</div>
|
||||
<div v-translate>Go on the instance</div>
|
||||
</template>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -198,8 +198,15 @@ p > a {
|
|||
font-size: 24px;
|
||||
font-weight: $font-semibold;
|
||||
white-space: nowrap;
|
||||
margin: 100px auto 0;
|
||||
width: 600px;
|
||||
margin: 100px 130px 0;
|
||||
width: fit-content;
|
||||
flex-direction: column;
|
||||
|
||||
.border-title {
|
||||
width: 98%;
|
||||
align-self: flex-start;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $responsive-screen) {
|
||||
white-space: normal;
|
||||
|
|
Loading…
Reference in a new issue