mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ChannelItem.svelte
This commit is contained in:
parent
59a1b6ff75
commit
4964da1eac
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@
|
||||||
<div
|
<div
|
||||||
class="border-b last:border-b-0 border-gray-200 dark:border-gray-700 hover:bg-gray-50 hover:dark:bg-gray-700 h-16 flex items-center relative"
|
class="border-b last:border-b-0 border-gray-200 dark:border-gray-700 hover:bg-gray-50 hover:dark:bg-gray-700 h-16 flex items-center relative"
|
||||||
>
|
>
|
||||||
<div class="px-4 sm:pl-10 sm:pr-16 w-36 sm:w-52 flex shrink-0 items-center justify-center">
|
<div class="px-4 sm:pl-10 sm:pr-16 w-36 sm:w-[200px] flex shrink-0 items-center justify-center">
|
||||||
<div class="inline-flex items-center justify-center whitespace-nowrap overflow-hidden">
|
<div class="inline-flex items-center justify-center whitespace-nowrap overflow-hidden">
|
||||||
{#if channel.logo}
|
{#if channel.logo}
|
||||||
<img
|
<img
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-52 px-2 sm:w-80">
|
<div class="w-52 px-2 sm:w-[280px]">
|
||||||
<div>
|
<div>
|
||||||
<code
|
<code
|
||||||
class="break-words text-sm text-gray-600 bg-gray-100 dark:text-gray-300 dark:bg-gray-700 px-2 py-1 rounded-sm select-all cursor-text font-mono"
|
class="break-words text-sm text-gray-600 bg-gray-100 dark:text-gray-300 dark:bg-gray-700 px-2 py-1 rounded-sm select-all cursor-text font-mono"
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-40 px-6 sm:w-[150px]">
|
<div class="w-56 pr-5 sm:w-[206px]">
|
||||||
<div class="text-right flex justify-end space-x-3 items-center">
|
<div class="text-right flex justify-end space-x-3 items-center">
|
||||||
{#if guides.length}
|
{#if guides.length}
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue