inline embeds

This commit is contained in:
Maxime Cannoodt 2022-06-25 11:18:43 +02:00
parent e9a4e2d3c7
commit f6c95fa808

View File

@ -5,17 +5,19 @@
export let text: string;
</script>
<dfn class="not-italic" title="Interal embeds are not shared currently.">
<div
class="px-4 py-12 border border-neutral-300 inline-flex flex-col items-center justify-center"
>
<span class="h-8 text-neutral-400 ml-0.5 inline-flex items-center whitespace-nowrap gap-1"
><EmbedIcon />
<span>Internal embed</span>
</span>
<span class="underline cursor-not-allowed inline-flex items-center">
<span class="text-[#705dcf] opacity-50">{text}</span>
<span class="h-3 mb-2 text-neutral-400 ml-0.5"><FaRegQuestionCircle /></span>
</span>
</div>
</dfn>
<div>
<dfn class="not-italic" title="Interal embeds are not shared currently.">
<div
class="px-4 py-12 border border-neutral-300 inline-flex flex-col items-center justify-center"
>
<span class="h-8 text-neutral-400 ml-0.5 inline-flex items-center whitespace-nowrap gap-1"
><EmbedIcon />
<span>Internal embed</span>
</span>
<span class="underline cursor-not-allowed inline-flex items-center">
<span class="text-[#705dcf] opacity-50">{text}</span>
<span class="h-3 mb-2 text-neutral-400 ml-0.5"><FaRegQuestionCircle /></span>
</span>
</div>
</dfn>
</div>