From 13dd86cc1d8f5e253f662a051089c5852925625c Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 11 Oct 2022 16:41:42 +0200 Subject: [PATCH] new tabs --- html/channel.ejs | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index a95eee8..27e5d34 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -400,6 +400,25 @@ + <% if (!isMobile) { %> + +
+ <% if (!tab) { %> + + Uploads + About + <% } %> + <% if (tab) { %> + + Uploads + About + <% } %> + +
+ + + + <% } %> <% } %> <% if (isMobile) { %> @@ -430,27 +449,11 @@ <% } %> <% } %> + + <% } %> - <% if (!isMobile) { %> - -
- <% if (!tab) { %> - Uploads - About - <% } %> - <% if (tab) { %> - - Uploads - About - <% } %> - -
- - - - <% } %>
<% if (!tab) { %>