From aace5f3dd953ac3d673bcbc1388f1385dc8c40c0 Mon Sep 17 00:00:00 2001 From: Ashley <iamashley@duck.com> Date: Fri, 20 Jan 2023 10:22:02 +0000 Subject: [PATCH] fix some issues :3 --- html/poketube.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 3259eb34..c4897fa9 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -335,7 +335,7 @@ But Please note that unofficial instances can add the same lock icon, so please </div> <div class="middle"> - <form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:var(--text-color);font-family:Inter,sans-serif;border-radius: 2em;" data-ddg-inputtype="identities.firstName"> + <form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:var(--text-color);font-family:poketube flex,sans-serif;border-radius: 2em;font-weight: 850;font-stretch: extra-expanded;" data-ddg-inputtype="identities.firstName"> <button class="btn btn-success" type="submit" style="transform: translate(21em, -1.25em);"><i class="fa-light fa-search"></i></button> </form> @@ -345,6 +345,7 @@ But Please note that unofficial instances can add the same lock icon, so please <div class="right"> <a><i style="display: block;margin-left: auto;margin-right: auto;visibility: collapse;" class="fa-light fa-server"></i> </a> <a ><i class="fa-light fa-shield" style="visibility: collapse;margin-right: 1.5em;"></i></a> + <a ><i class="fa-light fa-shield" style="visibility: collapse;margin-right: 1.5em;"></i></a> <div class="icon-button dropdown" style="margin-right: 4.5px;"> <input type="checkbox" id="loggedout-dropdown" autocomplete="off"> @@ -486,6 +487,8 @@ display: block; !important;" autoplay controls <a href="#video" class="maxi" id="maximize"> <i style="display: block;" title="Maximise!" class="fa-light fa-maximize"></i> </a> <!-- comments --> + <% if (inv.comments) { %> + <% if (inv.comments.length > 8 ) { %> <div class="flying_cmnt"> @@ -496,7 +499,8 @@ display: block; !important;" autoplay controls <% }) %> </div> - <% } %> + <% } %> <% } %> + <!-- Stats for nerds -->