mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
new description :3
This commit is contained in:
parent
c80d2e45dd
commit
0b2624132d
1 changed files with 15 additions and 9 deletions
|
@ -395,9 +395,9 @@ display: block;" autoplay controls
|
|||
<br>
|
||||
<div class="video-info" >
|
||||
<div class="video-info-panel gradient">
|
||||
<div class="video-title" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;" title="<%=video.Title%>"><%=video.Title%> </div>
|
||||
<div class="video-title" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;" title="<%=video.Title%>"><%=k.Video.Title%> </div>
|
||||
|
||||
<a href="#metadata" style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;"> <%=convert(engagement.viewCount)%> Views - View More Metadata</a>
|
||||
<a style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;">content source : youtube.com </a>
|
||||
|
||||
<div class="video-chnl-info-pill" name="chnl">
|
||||
<a name="chnl"></a>
|
||||
|
@ -522,15 +522,20 @@ display: block;" autoplay controls
|
|||
|
||||
<div class="video-sub-info description">
|
||||
|
||||
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 3px;margin-bottom: 10px;">Description</div>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||
|
||||
<details open="true" class="description-new">
|
||||
<summary style="color:#fff;">
|
||||
<%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description </summary>
|
||||
|
||||
<% if (String(video.Description) != "[object Object]") { %>
|
||||
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
|
||||
<% if (String(inv_vid.descriptionHtml) != " ") { %>
|
||||
|
||||
<%-String(inv_vid.descriptionHtml).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||
<div style="margin-top:1em;">
|
||||
|
||||
|
||||
<%-String(inv_vid.descriptionHtml).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||
</div>
|
||||
<% } %> <% } %>
|
||||
<% } %>
|
||||
|
||||
|
@ -593,6 +598,7 @@ display: block;" autoplay controls
|
|||
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||
<% } %>
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue