mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 03:37:53 +01:00
Add amoled mode in mobile~
This commit is contained in:
parent
f36d725346
commit
9f651ece4a
1 changed files with 8 additions and 9 deletions
|
@ -265,7 +265,6 @@ From <%=video.Channel.Name%> </span></a><% } %>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (f) { %>
|
<% if (f) { %>
|
||||||
|
|
||||||
|
@ -277,7 +276,6 @@ From <%=video.Channel.Name%> </span></a><% } %>
|
||||||
From <%=video.Channel.Name%> </span></a>
|
From <%=video.Channel.Name%> </span></a>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
@ -789,7 +787,7 @@ body {
|
||||||
--text-secondary: #fff;
|
--text-secondary: #fff;
|
||||||
--text-link: #3ea6ff;
|
--text-link: #3ea6ff;
|
||||||
|
|
||||||
--app-background: #111111;
|
--app-background: #000;
|
||||||
--context-menu-background: #333;
|
--context-menu-background: #333;
|
||||||
--border-color: #444;
|
--border-color: #444;
|
||||||
--item-hover-background: #373737;
|
--item-hover-background: #373737;
|
||||||
|
@ -852,7 +850,7 @@ a{
|
||||||
</nav>
|
</nav>
|
||||||
<div class="mobile-page">
|
<div class="mobile-page">
|
||||||
<div class="primary">
|
<div class="primary">
|
||||||
<div class="video-player-container" style="background-color:#111111">
|
<div class="video-player-container" style="background-color:#000">
|
||||||
<video class="player" autoplay style="border-radius: 6px;" controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
<video class="player" autoplay style="border-radius: 6px;" controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||||
<% if (Array.isArray( video.Subtitles.Subtitle)) { %>
|
<% if (Array.isArray( video.Subtitles.Subtitle)) { %>
|
||||||
|
|
||||||
|
@ -883,7 +881,7 @@ a{
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
<%=engagement.viewCount.toLocaleString()%> Views - Uploaded at <%=date%> :3
|
<%=engagement.viewCount.toLocaleString()%> Views - Uploaded at <%=date%> :3
|
||||||
<div class="video-info-buttons" style="font-family:'Inter';font-weight:900;white-space:yes;background-color: #333;border-radius: 15px;margin: 6px;align-self: center;align-items: center;">
|
<div class="video-info-buttons" style="font-family:'Inter';font-weight:900;white-space:yes;background-color: #241313;border-radius: 15px;margin: 6px;align-self: center;align-items: center;">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i>
|
<i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i>
|
||||||
<%=engagement.likes.toLocaleString()%>
|
<%=engagement.likes.toLocaleString()%>
|
||||||
|
@ -1179,3 +1177,4 @@ From <%=video.Channel.Name%> </span></a>
|
||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue