Update html/channel.ejs

This commit is contained in:
ashley 2025-10-18 22:11:15 +02:00
parent af0dd0ac14
commit 568db986e4

View File

@ -53,11 +53,14 @@
<% if (embedchannelsubsfeed) { %>
<style>
.channel-info-container {
display: none;
.pagination-buttons {
display: none !important;
}
.tags.rec {
display: none !important;
}
nav {
display: none;
display: none !important;
}
</style>
<% } %>