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