This commit is contained in:
tree 2022-06-01 05:14:54 +02:00
rodič 6614bc917b
revize e22642a961
3 změnil soubory, kde provedl 18 přidání a 15 odebrání

Zobrazit soubor

@ -74,12 +74,13 @@
> >
{/if} {/if}
{#if $page.url.pathname !== "/tv"} {#if $page.url.pathname !== "/tv"}
<!--a <a
sveltekit:prefetch sveltekit:prefetch
href="/tv" href="/tv"
class="m-auto hover:text-[#E16A61] text-custom-green" class="m-auto hover:text-[#E16A61] text-custom-green"
class:text-blue-400={$page.url.pathname === "/tv"}><i class="fa-solid fa-video mr-1.5"></i> Livestreamy</a class:text-blue-400={$page.url.pathname === "/tv"}
--> ><i class="fa-solid fa-video mr-1.5" /> Livestreamy</a
>
{/if} {/if}
<a <a
sveltekit:prefetch sveltekit:prefetch
@ -94,12 +95,13 @@
class="m-auto hover:text-[#E16A61]" class="m-auto hover:text-[#E16A61]"
class:text-blue-400={$page.url.pathname === "/mapa"}>Mapa</a class:text-blue-400={$page.url.pathname === "/mapa"}>Mapa</a
--> -->
<!--a <a
sveltekit:prefetch sveltekit:prefetch
href="/prakticke" href="/prakticke"
class="m-auto hover:text-[#E16A61]" class="m-auto hover:text-[#E16A61]"
class:text-blue-400={$page.url.pathname === "/prakticke"}>Praktické</a class:text-blue-400={$page.url.pathname === "/prakticke"}
--> >Praktické</a
>
<a <a
sveltekit:prefetch sveltekit:prefetch
href="/vstupenky" href="/vstupenky"

Zobrazit soubor

@ -25,7 +25,7 @@
><h2 class="text-xl uppercase font-bold">{item.name}</h2></a ><h2 class="text-xl uppercase font-bold">{item.name}</h2></a
> >
</div> </div>
<div class="mt-4"> <div class="mt-4 utxo-markdown">
<SvelteMarkdown source={item.text} {renderers} /> <SvelteMarkdown source={item.text} {renderers} />
</div> </div>
</div> </div>

Zobrazit soubor

@ -270,8 +270,9 @@
> >
<div class="md:flex gap-4"> <div class="md:flex gap-4">
<h1 class="uppercase text-2xl font-bold"> <h1 class="uppercase text-2xl font-bold">
<a use:scrollTo={stage.id} on:click={() => startStream(stage.id)} <a
><i class="fa-solid fa-video mr-1 text-white/50" /> ><!-- use:scrollTo={stage.id} on:click={() => startStream(stage.id)}-->
<i class="fa-solid fa-video mr-1 text-white/50" />
{stage.name}</a {stage.name}</a
> >
</h1> </h1>