mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:17:49 +01:00
change lossless audio indicitor location
This commit is contained in:
parent
73e8b97bd7
commit
0b21fa2afa
1 changed files with 18 additions and 8 deletions
|
@ -974,15 +974,19 @@ display: block; !important;" autoplay controls
|
|||
title="Non-Translated title : <%=inv_vid.title%>"
|
||||
<% } %>
|
||||
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<div style="display: flex;float: left;margin-left: 4em;font-size: 15px;font-family: ubuntu;"> <i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless </div>
|
||||
<% } %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<div style="float: left;font-size: small;font-family: ubuntu;margin-bottom: 1em;"> <i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless </div>
|
||||
<% } %>
|
||||
<% if (inv_vid.genre !== "Music") { %>
|
||||
|
||||
<a href="#connections" style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;"> Jump to Connections </a>
|
||||
|
||||
<% } %>
|
||||
|
||||
<div class="video-chnl-info-pill" name="chnl">
|
||||
<a name="chnl"></a>
|
||||
|
||||
|
@ -2109,8 +2113,7 @@ 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%><% 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>
|
||||
<% } %>
|
||||
<%=inv_vid.title%>
|
||||
<a id="language-button" href="#desc-container" style="color: pink;
|
||||
margin: 0;
|
||||
font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||
|
@ -2307,8 +2310,15 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
</h3>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||
|
||||
<div>
|
||||
|
||||
<div class="video-title" style="font-family: 'PokeTube Flex';margin-bottom: 8px;font-stretch: extra-expanded;font-weight: 1000;" ><%=inv_vid.title%></div>
|
||||
<!--
|
||||
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
<span style="font-size: 13px;font-family: ubuntu;"><i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless Audio </span>
|
||||
<% } %>
|
||||
</div>
|
||||
<!--
|
||||
|
||||
<div class="channel-info" name="chnl" style="padding: 0;border: none;">
|
||||
<a href="/channel?id=<%=video?.Channel.id || k.Video.Channel.id%>" class="avatar">
|
||||
|
|
Loading…
Reference in a new issue