Add amoled mode in mobile~

This commit is contained in:
Ashley 2022-09-13 19:18:13 +02:00
parent f36d725346
commit 9f651ece4a

View file

@ -265,7 +265,6 @@ From <%=video.Channel.Name%> </span></a><% } %>
</a>
</div>
<% } %>
<% if (f) { %>
@ -277,7 +276,6 @@ From <%=video.Channel.Name%> </span></a><% } %>
From <%=video.Channel.Name%> </span></a>
</a>
</div>
<% } %>
@ -789,7 +787,7 @@ body {
--text-secondary: #fff;
--text-link: #3ea6ff;
--app-background: #111111;
--app-background: #000;
--context-menu-background: #333;
--border-color: #444;
--item-hover-background: #373737;
@ -852,7 +850,7 @@ a{
</nav>
<div class="mobile-page">
<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">
<% if (Array.isArray( video.Subtitles.Subtitle)) { %>
@ -883,7 +881,7 @@ a{
<div class="divider"></div>
<div class="divider"></div>
<%=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>
<i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i>
<%=engagement.likes.toLocaleString()%>
@ -1179,3 +1177,4 @@ From <%=video.Channel.Name%> </span></a>
</html>
</body>
<% } %>