mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
enable uni 2 by default :3
This commit is contained in:
parent
4a951ab167
commit
a25733474d
1 changed files with 5 additions and 11 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="poketube_desktop_player" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web">
|
<html class="poketube_desktop_player event" universe="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web">
|
||||||
<head>
|
<head>
|
||||||
<% if (e === false) { %>
|
<% if (e === false) { %>
|
||||||
<!-- MetaTag disabled -->
|
<!-- MetaTag disabled -->
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<meta content=@youtube name=twitter:site>
|
<meta content=@youtube name=twitter:site>
|
||||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||||
<meta content="<%=inv_vid.title%> | PokeTube" name=twitter:title>
|
<meta content="<%=inv_vid.title%> | PokeTube" name=twitter:title>
|
||||||
<meta content="Watch this video by <%=video?.Channel?.Name%> On PokeTube. The YouTube front-end that doesnt track you!" property=twitter:description>
|
<meta content="Watch this video from <%=video?.Channel?.Name%> On PokeTube! The Libre YouTube Front end!1!" property=twitter:description>
|
||||||
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
||||||
<meta content=summary_large_image name=twitter:card>
|
<meta content=summary_large_image name=twitter:card>
|
||||||
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
||||||
|
@ -387,8 +387,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
</style>
|
</style>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (universe) { %>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--div-gradient: linear-gradient(to bottom right, #9666F7, #B37C6B);
|
--div-gradient: linear-gradient(to bottom right, #9666F7, #B37C6B);
|
||||||
|
@ -398,12 +397,8 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
background: linear-gradient(to bottom, #1c1c1c, #101);
|
background: linear-gradient(to bottom, #1c1c1c, #101);
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-button {
|
|
||||||
border-radius:1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment-list.left-padding {
|
.comment-list.left-padding {
|
||||||
border-radius: 1em !important;
|
border-radius: 1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-list.left-padding:hover {
|
.comment-list.left-padding:hover {
|
||||||
|
@ -439,8 +434,7 @@ position: sticky;
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<% } %>
|
</head>
|
||||||
</head>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue