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)) { %> + +
+ + +
Comments - <%- convert(inv.commentCount) %> +
-
+
@@ -2257,19 +2260,21 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
-

+

<%- inv.comments[0].contentHtml %>

- +
+
- + <% } %> +