new buttions :3

This commit is contained in:
Ashley 2022-08-06 16:32:24 +03:00 committed by GitHub
parent 0390fc2cae
commit 77866f7dc4

View file

@ -1,4 +1,4 @@
<!-- <!--
This Source Code Form is subject to the terms of the GNU General Public License: This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube) Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
@ -189,7 +189,6 @@ margin-left: 80px;
padding-left: 0px; padding-left: 0px;
margin-right: 30px; margin-right: 30px;
align-items: center; align-items: center;
background: black;
} }
nav .left { nav .left {
@ -197,17 +196,16 @@ background: black;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
border-radius: 5px; border-radius: 5px;
background: black;
padding-left: 0px; padding-left: 0px;
margin-right: 100px; margin-right: 100px;
} }
nav .middle { nav .middle {
display: flex; display: flex;
background: black;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: 5px; border-radius: 5px;
background: black;
margin-left: 100px; margin-left: 100px;
margin-right: 100px; margin-right: 100px;
} }
@ -243,9 +241,12 @@ margin-right: 100px;
<div class="video-info"> <div class="video-info">
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Title%></div> <div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Title%></div>
<p class="video-sub-info description"> <p class="video-sub-info description">
<span><%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^</span> <%-String(video.Description).replace(/\n/g, " <br> ")%></center> <span><%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^</span>
<br> <br>
<%-String(video.Description).replace(/\n/g, " <br> ")%></center>
</p> </p>
<div class="video-info-buttons"> <div class="video-info-buttons" style="border-radius: 15px;background: #333;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div> <div>
<i class="fa-light fa-thumbs-up"></i> <i class="fa-light fa-thumbs-up"></i>
<%=engagement.likes.toLocaleString()%> <%=engagement.likes.toLocaleString()%>