mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
go lite! hell yeah
POG
This commit is contained in:
parent
3a2b5c16e1
commit
76e9f3182e
1 changed files with 13 additions and 2 deletions
|
@ -449,7 +449,6 @@
|
|||
|
||||
</a>
|
||||
<% }%> <% }%>
|
||||
|
||||
<% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %>
|
||||
|
||||
<% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %>
|
||||
|
@ -466,6 +465,17 @@
|
|||
|
||||
|
||||
|
||||
<div class="new-button" style=";margin-left: -3px;">
|
||||
<a title="Low Bandwidth? try PokeTube Lite!" style="color:#fff;text-decoration: none" href="/lite?v=<%=video.id%>">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-light fa-bolt"></i>
|
||||
Go Lite!
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -738,6 +748,7 @@
|
|||
|
||||
<% if (!r) { %>
|
||||
|
||||
|
||||
<div class="video-title" style="text-align:left;font-family:'PokeTube Flex';font-weight:1000;white-space:yes;font-stretch: extra-expanded;"> Recommendations
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue