diff --git a/html/channel.ejs b/html/channel.ejs index afe541b4..6572debd 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -332,17 +332,7 @@ text-transform:uppercase; color:#ea9999 !important; } - .s{ -width: 23em; -margin: auto; -margin-left: -3.5em; -display: flex; -flex-direction: column-reverse; -margin-right: -79px; - } - .shorts-title{ - font-family:PokeTube flex,sans-serif;font-weight: 1000;font-stretch: ultra-expanded;position: absolute;margin-bottom: 0.3em;background: #0009;white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: break-word;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;width: 12.87em;margin-left: 145px; - } + .channel-page .video-grid { background-color: black; } @@ -1056,42 +1046,76 @@ width: fit-content; <% } %> - -
- - - <% if (Array?.isArray( shorts.videos)) { %> - <% shorts.videos.forEach (x => { %> - - - - - - - <%- x.title %> - - - <% }) %> - <% } %> - - - - - -
- - <% if (shorts?.continuation) { %> -
- Next Page -
- - <% } %> - - <% } %> + + + + + + + + + + + +
+ <% if (Array?.isArray( shorts.videos)) { %> + <% shorts.videos.forEach (x => { %> + + + <%- x.title %> + + <% }) %> + <% } %> +
+ +<% if (shorts?.continuation) { %> +
+ Next Page +
+<% } %> + + + + + + + + + + + + + + + + + + + + + +<% } %> <% if (tab === "live") { %>