From eca7aae5901d3ef29ecd47ff05f70619891a2b66 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 30 Dec 2023 17:14:36 +0000 Subject: [PATCH] new stuff woahhahwhawhhah --- html/channel.ejs | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index d5d4c58b..54f21687 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1361,39 +1361,38 @@ width: fit-content; <% if (tab === "about") { %> -
-

About

+ + <% if (!isMobile) { %> + + +
+ + +
+

About

<% if (cinv.descriptionHtml) { %>

<%-cinv.descriptionHtml%>

<% } %> - <% if (wiki.extract_html) { %> -

From the web

+
+ + <% } %> + + <% if (isMobile) { %> + -
-

- <%-wiki.extract_html%>

- -
-
+
+

About

-

+ <% if (cinv.descriptionHtml) { %> - From wikipedia under CC-BY-SA 3.0 -

-
- - -

- <% } %> -
- YouTube removed the about tab ;_; fix for this soon lol -
+

<%-cinv.descriptionHtml%>

+ <% } %> + <% } %>
<% } %>