mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
Improvements owowowowowo
This commit is contained in:
parent
d3e5b319b7
commit
d583d06dd4
1 changed files with 5 additions and 3 deletions
|
@ -447,9 +447,11 @@ margin-right: inherit;justify-content: center;justify-items: center;justify-self
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="video-sub-info description" style="font-weight: bold;margin-top: 7.5em !important;border-radius: 21px;background: #1c1c1c;padding: 10px;margin-bottom: 20px;margin-left: 0;font-family: 'Poketube flex';font-stretch: expanded;">
|
||||
|
||||
<div class="video-sub-info description" style="font-weight: bold;margin-top: 8.5em !important;border-radius: 21px;background: #1c1c1c;padding: 10px;margin-bottom: 20px;margin-left: 0;font-family: 'Poketube flex';font-stretch: expanded;">
|
||||
|
||||
<div class="video-title" style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;margin-top: 3px;margin-bottom: 10px;">Description</div>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||
|
@ -1627,7 +1629,7 @@ padding: 3px;
|
|||
<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-image: linear-gradient( 135deg, #F97794 10%, #623AA2 100%, #8e6f7e 100%);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>
|
||||
<%=convert(engagement.likes)%>
|
||||
|
|
Loading…
Reference in a new issue