From 756d06a4b90679f5e7d8b085eaaa4aff000bd6e0 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 23 Oct 2023 15:41:04 +0000 Subject: [PATCH] add new comment bar --- html/poketube.ejs | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index dd156d11..f3b2a993 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1986,7 +1986,10 @@ summary:hover{ a { color: var(--text-link) } - + + .comment-mini:hover { + background:#3f3f3f !important; + } <% if (Array.isArray( !inv.comments)) { %> @@ -2235,17 +2238,17 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap; --> - <% if (Array.isArray( inv.comments)) { %> -
-
Comments - <%- convert(inv.commentCount) %> - - - -
+ <% if (Array.isArray( inv.comments)) { %> + + - + <% } %> +