diff --git a/html/channel.ejs b/html/channel.ejs
index 7168587a..89d7ca8e 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -257,8 +257,14 @@ padding-bottom: 32px;
table-layout: auto;
border-spacing: 4px 0;
}
- .tabs.tabs-center {
- margin: auto;
+.tabs.tabs-center {
+ margin-left: 2em;
+ margin-top: 3em !important;
+ font-size: 12px;
+ font-family: ubuntu;
+ border-top-right-radius: 11px;
+ border-top-left-radius: 11px;
+ background: #333;
}
.tabs.tabs-justify {
width: 100%;
@@ -641,8 +647,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<% } %>
- About
- <% } %>
+ <% } %>
<% if (tab === "about") { %>
Videos
@@ -675,8 +680,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<% } %>
- About
- <% } %>
+ <% } %>
<% if (tab === "community") { %>
@@ -701,8 +705,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
Community
- About
- <% } %>
+ <% } %>
<% if (tab === "shorts") { %>
@@ -729,8 +732,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<% } %>
<% } %>
- About
- <% } %>
+ <% } %>
<% if (tab === "live") { %>
@@ -756,8 +758,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<% } %>
<% } %>
- About
- <% } %>
+ <% } %>
@@ -834,8 +835,7 @@ width: fit-content;
Shorts
<% } %>
<% } %>
- About
- <% } %>
+ <% } %>
<% if (tab ==="about") { %>
<% if (Array?.isArray(shorts?.videos)) { %>
@@ -846,8 +846,7 @@ width: fit-content;
<% } %>
Videos
Community
- About
- <% } %>
+ <% } %>
<% if (tab ==="community") { %>
@@ -860,8 +859,7 @@ width: fit-content;
<% } %>
<% } %>
Community
- About
- <% } %>
+ <% } %>
<% if (tab ==="shorts") { %>
Videos
@@ -873,8 +871,7 @@ width: fit-content;
<% } %>
<% } %>
Community
- About
- <% } %>
+ <% } %>