inline embeds

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

View File

@ -5,7 +5,8 @@
export let text: string; export let text: string;
</script> </script>
<dfn class="not-italic" title="Interal embeds are not shared currently."> <div>
<dfn class="not-italic" title="Interal embeds are not shared currently.">
<div <div
class="px-4 py-12 border border-neutral-300 inline-flex flex-col items-center justify-center" class="px-4 py-12 border border-neutral-300 inline-flex flex-col items-center justify-center"
> >
@ -18,4 +19,5 @@
<span class="h-3 mb-2 text-neutral-400 ml-0.5"><FaRegQuestionCircle /></span> <span class="h-3 mb-2 text-neutral-400 ml-0.5"><FaRegQuestionCircle /></span>
</span> </span>
</div> </div>
</dfn> </dfn>
</div>