mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
add some stuff
This commit is contained in:
parent
e9f300dbd5
commit
0845dd9d9f
1 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html class="poketube_desktop_player" version="browser_web_lite">
|
||||
<html class="poketube_desktop_player" version="browser_web_lite" style="background: #000;">
|
||||
<head>
|
||||
<% if (e === false) { %>
|
||||
<!-- MetaTag disabled -->
|
||||
|
@ -39,7 +39,7 @@
|
|||
<link href="http://www.youtube.com/channel/<%=k.Video.Channel.id%>" itemprop=url>
|
||||
<% } %> <!-- close the } -->
|
||||
<link href="/css/yt-ukraine.svg" rel=icon>
|
||||
<title> <%=inv_vid.title%> | PokeTube Lite </title>
|
||||
<title> <%=inv_vid.title%> | Lite </title>
|
||||
<style>
|
||||
|
||||
.comments-area {
|
||||
|
@ -281,16 +281,16 @@ background: none !important;
|
|||
<div class="app" style="color:#fff;border-radius: 0em !important;">
|
||||
|
||||
|
||||
<nav>
|
||||
<nav style="position: sticky;">
|
||||
<div class=left>
|
||||
|
||||
<% if (inv_vid.genre != "Music") { %>
|
||||
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-poke.svg?v=5"></a>
|
||||
<% } %>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=5"></a>
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-poke.svg?v=5"></a>
|
||||
<% } %>
|
||||
</div>
|
||||
<div class="middle">
|
||||
|
|
Loading…
Reference in a new issue