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>
|
||||
<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>
|
||||
<% if (e === false) { %>
|
||||
<!-- MetaTag disabled -->
|
||||
|
@ -40,7 +40,7 @@
|
|||
<meta content=@youtube name=twitter:site>
|
||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||
<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=summary_large_image name=twitter:card>
|
||||
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
||||
|
@ -387,7 +387,6 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
</style>
|
||||
<% } %>
|
||||
|
||||
<% if (universe) { %>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -398,10 +397,6 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
background: linear-gradient(to bottom, #1c1c1c, #101);
|
||||
}
|
||||
|
||||
.new-button {
|
||||
border-radius:1em;
|
||||
}
|
||||
|
||||
.comment-list.left-padding {
|
||||
border-radius: 1em !important;
|
||||
}
|
||||
|
@ -439,7 +434,6 @@ position: sticky;
|
|||
</style>
|
||||
|
||||
|
||||
<% } %>
|
||||
</head>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue