Update html/channel.ejs

This commit is contained in:
ashley 2025-08-20 00:07:19 +02:00
parent 5d41790bd8
commit 9cfad3499e

View File

@ -1500,7 +1500,7 @@ width: fit-content;
<% if (tab === "community") { %>
<% if (Array?.isArray( c?.comments)) { %>
<div style="max-width: 800px;margin: 20px auto;padding: 20px;border-radius: 8px;background: linear-gradient( 135deg, #f97794 10%, #623aa2 100%, #8e6f7e 100% );box-shadow: 0 2px 4px rgba(0,0,0,0.1);margin-bottom: -1em;">
<div style="max-width: 800px;margin: 20px auto;padding: 20px;border-radius: 8px;display:none;background: linear-gradient( 135deg, #f97794 10%, #623aa2 100%, #8e6f7e 100% );box-shadow: 0 2px 4px rgba(0,0,0,0.1);margin-bottom: -1em;">
<h1 style="color: #fff;font-family: 'PokeTube Flex';text-align: center !important;font-stretch: ultra-expanded;font-weight: 1000;">Welcoem to posts!!</h1>
<p>in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c </p>
</div>