mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
fix some stuff lol
This commit is contained in:
parent
4265087ccc
commit
103bd94f60
1 changed files with 4 additions and 4 deletions
|
@ -537,7 +537,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
<div class=left>
|
<div class=left>
|
||||||
|
|
||||||
|
|
||||||
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" 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 title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <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>
|
||||||
|
|
||||||
|
|
||||||
<% if (secure) { %>
|
<% if (secure) { %>
|
||||||
|
@ -643,11 +643,12 @@ Upload
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<a href="/embed/<%=inv_vid.videoId%>?type=copy_code" style="text-decoration: none;" class="dropdown__item">
|
<a href="/embed/<%=inv_vid.videoId%>?type=copy_code" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-code"></i>
|
<i class="fa-light fa-code"></i>
|
||||||
View embed code
|
View embed code
|
||||||
</a>
|
</a>
|
||||||
|
--->
|
||||||
|
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
|
||||||
|
|
||||||
|
@ -1264,8 +1265,7 @@ display: block; !important;" autoplay controls
|
||||||
<div style="text-align: left;" class="auto-play">
|
<div style="text-align: left;" class="auto-play">
|
||||||
<label title="autoplay the next video" for="continue">AutoPlay:</label>
|
<label title="autoplay the next video" for="continue">AutoPlay:</label>
|
||||||
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
|
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
|
||||||
|
|
||||||
<a href="/encryption?v=<%=inv_vid.videoId%>"><i class="fa-duotone fa-shield-halved " style="margin-left: 13em;"></i></a>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue