mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
add new stuff lol :3
This commit is contained in:
parent
f23f52d589
commit
5dccb77b78
1 changed files with 11 additions and 4 deletions
|
@ -2364,13 +2364,20 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||||
</h3>
|
</h3>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
<div> <div>
|
<div> <div style="
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
background: #272727;
|
||||||
|
padding: 5px;
|
||||||
|
height: 10em;
|
||||||
|
border-radius: 11px;
|
||||||
|
">
|
||||||
|
|
||||||
|
|
||||||
<div class="video-title" style="font-family: 'PokeTube Flex';margin-bottom: 8px;text-align:center;font-stretch: extra-expanded;font-weight: 1000;" ><%=inv_vid.title%></div>
|
<div class="video-title" style="font-family: 'PokeTube Flex';margin-bottom: 8px;text-align:center;font-stretch: extra-expanded;font-weight: 1000;" ><%=inv_vid.title%></div>
|
||||||
|
|
||||||
<% if (inv_vid.genre === "Music") { %>
|
<% if (inv_vid.genre === "Music") { %>
|
||||||
<span style="font-size: 13px;font-family: ubuntu;width:0em;text-align:center;"><i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless Audio </span>
|
<span style="font-size: 13px;font-family: ubuntu;width:auto;text-align:center;"><i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless Audio </span>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
|
@ -2388,7 +2395,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div style="display: flex;justify-content: center;gap: 3em;">
|
<div style="display: flex;justify-content: center;margin-top: -5em;gap: 3em;">
|
||||||
|
|
||||||
<div style="text-align: center;font-size: x-large;margin: 9px;">
|
<div style="text-align: center;font-size: x-large;margin: 9px;">
|
||||||
<p>
|
<p>
|
||||||
|
@ -2421,7 +2428,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
|
||||||
<div style="background:#272727;padding: 5px;border-radius: 11px;font-family: 'PokeTube Flex';font-stretch: extra-expanded;font-weight: 700;">
|
<div style="background:#272727;padding: 5px;margin-top: 12px;border-radius: 11px;font-family: 'PokeTube Flex';font-stretch: extra-expanded;font-weight: 700;">
|
||||||
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||||
|
|
||||||
<div style="margin: 10px;">
|
<div style="margin: 10px;">
|
||||||
|
|
Loading…
Reference in a new issue