mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:18:23 +01:00
add margin in title
This commit is contained in:
parent
72a9cad77a
commit
28b83178b2
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue