mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update StreamItem.svelte
This commit is contained in:
parent
c72b227c03
commit
a7e39bd260
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<div class="flex space-x-3 items-center max-w-[90%] w-full">
|
||||
<ExpandButton on:click={event => (expanded = event.detail.state)} />
|
||||
<a
|
||||
class="whitespace-nowrap text-sm text-gray-600 dark:text-gray-100 hover:text-blue-500 hover:underline inline-flex align-middle max-w-[85%] w-full"
|
||||
class="whitespace-nowrap text-sm text-gray-600 dark:text-gray-100 hover:text-blue-500 hover:underline inline-flex align-middle max-w-[80%] w-full"
|
||||
href={stream.url}
|
||||
title={stream.url}
|
||||
target="_blank"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue