mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 13:34:39 -05:00
new buttions :3
This commit is contained in:
parent
44a5983c2b
commit
a719a9bdf8
1 changed files with 7 additions and 6 deletions
|
@ -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()%>
|
||||||
|
|
Loading…
Reference in a new issue