Improvements to channel descriptions
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user