mirror of
https://codeberg.org/ashley/poke.git
synced 2024-12-26 06:28:40 +01:00
poketube.ejs ---> watch.ejs
This commit is contained in:
parent
4c6f21c5ee
commit
de0afd6266
1 changed files with 19 additions and 5 deletions
|
@ -388,6 +388,20 @@ a[data-onclick="jump_to_time"] {
|
|||
}
|
||||
}
|
||||
|
||||
button, a {
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
button:hover, a:hover {
|
||||
transform: scale(1.05);
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
.info a {
|
||||
transition: none;
|
||||
transform: none;
|
||||
filter: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- css files -->
|
||||
|
@ -761,7 +775,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
|||
|
||||
<% if (k.Video.Channel.Name === "twenty one pilots") { %>
|
||||
|
||||
<a title="Poke Homepage" class="class" href="/143" style="font-family:Inter,sans-serif;color:var(--text-color);display: flex;"> <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 title="Poke Homepage" class="class" href="/143" style="font-family:Inter,sans-serif;color:var(--text-color);display: flex;"> <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">
|
||||
<img src="/css/red-tape.png?v=5" style="opacity: 0.9;height: 41px;margin-left: -10em;"></a>
|
||||
|
||||
|
||||
|
@ -841,7 +855,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
|||
Customize Poke
|
||||
</a>
|
||||
|
||||
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
|
||||
<a href="/account-create" style="text-decoration: none;display:none;" class="dropdown__item">
|
||||
<i class="fa-light fa-user"></i>
|
||||
My Account
|
||||
</a>
|
||||
|
@ -905,7 +919,7 @@ Poke Translate
|
|||
|
||||
<% if (!universe) { %>
|
||||
|
||||
<a href="/watch?v=<%=inv_vid.videoId%>&universe=2" title="test out the new layout of poketube!" style="text-decoration: none;" class="dropdown__item">
|
||||
<a href="/watch?v=<%=inv_vid.videoId%>&universe=2" title="test out the new layout of poke!" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
|
||||
Testing Mode
|
||||
</a>
|
||||
|
@ -914,7 +928,7 @@ Poke Translate
|
|||
<% if (universe) { %>
|
||||
|
||||
|
||||
<a title="test out the new layout of poketube!" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<a title="test out the new layout of poke!" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
|
||||
Close testing mode
|
||||
</a>
|
||||
|
@ -953,7 +967,7 @@ Offical Discord Server! :3
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/account-create" class="account"><i class="fa-light fa-user"></i>Account</a>
|
||||
<a href="/app" class="account"><i class="fa-light fa-compass"></i>Discover!</a>
|
||||
|
||||
</div>
|
||||
</nav>
|
Loading…
Reference in a new issue