improvments

This commit is contained in:
Ashley 2022-09-04 23:08:02 +02:00
parent 27731a44ca
commit aa6cd66ca1

View file

@ -853,7 +853,12 @@ summary:hover{
overflow-x: hidden; /* Hide horizontal scrollbar */ overflow-x: hidden; /* Hide horizontal scrollbar */
color:#111111 color:#111111
} }
html, body {
overflow-x: hidden;
}
body {
position: relative
}
.animated { .animated {
-webkit-animation-duration: 10s; -webkit-animation-duration: 10s;
animation-duration: 10s; animation-duration: 10s;
@ -1278,24 +1283,27 @@ a{
<div> <div>
<h3 style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;white-space:yes;"> Description</h3> <h3 style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;white-space:yes;"> Description</h3>
<details open style="color:#fff"><summary style="color:#fff"></summary>
<p class="description"><%-String(video.Description).replace(/\n/g, " <br> ")%> </p> <p class="description"><%-String(video.Description).replace(/\n/g, " <br> ")%> </p>
</div> </div>
</details>
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> </div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<div> <div>
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Comments </div> <div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Comments </div>
<div style="padding:0"> <div style="padding:0">
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<p> <p>
theres <%=comments%> total comments rigth now on this video. view em on <a href="https://invidio.us/watch?v=<%=video.id%>">invidious</a> theres <%=comments%> total comments rigth now on this video. view em on <a href="https://invidio.us/watch?v=<%=video.id%>">invidious</a>
</p> </p>
<% } %>
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
disabled for topic channels <% } %>
</div> </div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
</div> </div>