mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
make the thing do the thing
This commit is contained in:
parent
554ff62ae3
commit
7a75de477f
1 changed files with 7 additions and 7 deletions
|
@ -931,7 +931,7 @@ Source Code
|
|||
</a>
|
||||
<a href="/privacy" style="text-decoration: none;color:#fff;" class="dropdown__item">
|
||||
<i style="width: 16px;height: 17px;margin-left: -1px;" class="fa-light fa-shield"></i>
|
||||
Privacy
|
||||
we steal your data (reallll)
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1237,7 +1237,7 @@ At Least 2 <i class="fa-light fa-thumbs-down" style="margin-left: 1.5px;"></i>
|
|||
<div class="pill-button" style="">
|
||||
|
||||
<i class="fa-light fa-download"></i>
|
||||
Download
|
||||
Not Legal
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
@ -1431,7 +1431,7 @@ WIP! </a>
|
|||
|
||||
<div style="padding: 19px;background: #1f1f1f;border-radius: inherit;border: solid var(--div-border-color);margin-top: 13px;display: flex;flex-direction: row;">
|
||||
<a id="connections"></a>
|
||||
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Connections</div>
|
||||
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Websites that suck</div>
|
||||
|
||||
<% if (!twitter) { %>
|
||||
<% if (!discord) { %>
|
||||
|
@ -1569,7 +1569,7 @@ WIP! </a>
|
|||
<a id="comments-container"></a>
|
||||
<div style="text-align: center;margin-bottom: -1em;">
|
||||
<h5 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);white-space:yes;font-stretch: ultra-expanded;margin-bottom: 11px;margin-top: 6px;padding-top: 10px;">
|
||||
YouTube Comments <span style="font-family: inter;font-weight: 900;text-transform: lowercase;margin: 1px;">- <%- inv.commentCount.toLocaleString() %> Comments </span>
|
||||
DailyMotion:tm:register: Comments <span style="font-family: inter;font-weight: 900;text-transform: lowercase;margin: 1px;">- <%- inv.commentCount.toLocaleString() %> Comments </span>
|
||||
</h5>
|
||||
|
||||
<p style="padding: 0;margin: 0;font-family: 'PokeTube flex';margin-bottom: 10px;font-weight: 700;font-stretch: ultra-expanded;" class="loaded">
|
||||
|
@ -1605,7 +1605,7 @@ WIP! </a>
|
|||
|
||||
<div class="recommended-list" align="center">
|
||||
<div style="text-align: left;" class="auto-play">
|
||||
<label title="autoplay the next video" for="continue">AutoPlay:</label>
|
||||
<label title="autoplay the next video" for="continue">Play the thing:</label>
|
||||
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
|
||||
</div>
|
||||
|
||||
|
@ -1621,11 +1621,11 @@ WIP! </a>
|
|||
<div class="tags rec" >
|
||||
|
||||
<div class="tag" style="background:var(--chip-background-hover)">
|
||||
Recommended Videos
|
||||
Videos that suck
|
||||
</div>
|
||||
|
||||
<a style="color:#fff" href="/watch?v=<%= inv_vid.videoId %>&f=true" class="tag">
|
||||
Uploaded by <%=k.Video.Channel.Name%>
|
||||
Bad Videos by <%=k.Video.Channel.Name%>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue