1
Fork 0

add margin in title

This commit is contained in:
Ashley 2022-09-04 23:20:25 +02:00
parent aa6cd66ca1
commit c71782c65b

View file

@ -649,7 +649,7 @@ PokeTube Player v09.04.22 - Node <%=process.version%> - V8 engine v<%=process.ve
Recommendations
</span></a>
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default"> <a style="color:#fff;text-decoration: none;" href="/watch?v=<%=video.id%>&f=t" class="v-chip__content">
By <%=video.Channel.Name%> </span></a>
From <%=video.Channel.Name%> </span></a>
</a>
@ -662,7 +662,7 @@ By <%=video.Channel.Name%> </span></a>
Recommendations
</span></a>
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default" style="font-weight: bold;" ><a style="color:#fff;text-decoration: none;" class="v-chip__content">
By <%=video.Channel.Name%> </span></a>
From <%=video.Channel.Name%> </span></a>
</a>
@ -1291,7 +1291,7 @@ a{
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<div>
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Comments </div>
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;margin-top: 10px;">Comments </div>
<div style="padding:0">
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
@ -1323,7 +1323,7 @@ a{
Recommendations
</span></a>
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default"> <a style="color:#fff;text-decoration: none;" href="/watch?v=<%=video.id%>&f=t" class="v-chip__content">
By <%=video.Channel.Name%> </span></a>
From <%=video.Channel.Name%> </span></a>
</a>
@ -1336,7 +1336,7 @@ By <%=video.Channel.Name%> </span></a>
Recommendations
</span></a>
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default" style="font-weight: bold;" ><a style="color:#fff;text-decoration: none;" class="v-chip__content">
By <%=video.Channel.Name%> </span></a>
From <%=video.Channel.Name%> </span></a>
</a>