Improvements to channel descriptions

This commit is contained in:
WardPearce
2026-01-20 16:48:41 +13:00
parent 92468d0891
commit 434a64a025
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ nav.top {
main.root {
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
}
.row {
@@ -93,7 +93,10 @@
subCountText: cleanNumber($channelCacheStore[page.params.slug].channel.subCount)
}}
/>
<p style="width: 60vw;">{$channelCacheStore[page.params.slug].channel.description}</p>
<p style="width: 60vw;max-height: 150px;overflow: scroll;">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html $channelCacheStore[page.params.slug].channel.description}
</p>
</div>
{#if !$isAndroidTvStore}
<button class="border">