mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:17:52 +01:00
change the indicator location
This commit is contained in:
parent
0e66cce998
commit
73e8b97bd7
1 changed files with 6 additions and 5 deletions
|
@ -2107,15 +2107,16 @@ a {
|
|||
<% } %>
|
||||
|
||||
</div>
|
||||
<div class="video-title" style="font-family:'Inter';;white-space:yes;padding: 10px;background: #0009;margin-bottom: 6px;margin-left: 6px;margin-right: 12px;border-radius: 15px;margin-top: 4px;"><%=inv_vid.title%><br>
|
||||
<a id="language-button" href="#desc-container" style="color: pink;
|
||||
<div class="video-title" style="font-family:'Inter';;white-space:yes;padding: 10px;background: #0009;margin-bottom: 6px;margin-left: 6px;margin-right: 12px;border-radius: 15px;margin-top: 4px;">
|
||||
|
||||
<%=inv_vid.title%><% if (inv_vid.genre === "Music") { %> <span style="margin-top:2em;float: right;font-size: 13px;font-family: ubuntu;"><i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless </span>
|
||||
<% } %>
|
||||
<a id="language-button" href="#desc-container" style="color: pink;
|
||||
margin: 0;
|
||||
font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||
" class="switch"><%=engagement.viewCount.toLocaleString()%> views <%=date%> <ptd-custom-more>...more</ptd-custom-more>
|
||||
</a>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
<div style="float: right;font-size: 13px;font-family: ubuntu;margin-top: -17px;left: 22em;position: absolute;"> <i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless </div>
|
||||
<% } %>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="channel-info" style="border: none;padding: 10px;background: #0009;border-radius: 15px;margin-left: 6px;margin-right: 12px;" name="chnl">
|
||||
|
|
Loading…
Reference in a new issue