]> git.r.bdr.sh - rbdr/forum/blobdiff - src/lib/components/glyph/glyph.svelte
Don't remember what this WIP was about
[rbdr/forum] / src / lib / components / glyph / glyph.svelte
index 0726752aa87857ac8a6fe240725ad84459f46a2b..89bc10c9735cfd856755f3b7115c2c3ad97d8535 100644 (file)
@@ -5,9 +5,17 @@
        export let uuid: string;
 </script>
 
        export let uuid: string;
 </script>
 
-<div class="inline-block w-12 h-12 mt-1 bg-white border border-black border-solid p-0.5 box-content glyphicon" role="img" aria-label={$_('glyph.title')} title={$_('glyph.title')}>
+<div
+       class="inline-block w-12 h-12 mt-1 bg-white border border-black border-solid p-0.5 box-content glyphicon"
+       role="img"
+       aria-label={$_('glyph.title')}
+       title={$_('glyph.title')}
+>
        {#each getGlyphHash(uuid) as fragment}
        {#each getGlyphHash(uuid) as fragment}
-               <span class="block text-2xl float-left w-6 h-6 text-center leading-6 {fragment.glyph}" style="color: {fragment.color} ">
+               <span
+                       class="block text-2xl float-left w-6 h-6 text-center leading-6 {fragment.glyph}"
+                       style="color: {fragment.color} "
+               >
                        {fragment.glyph}
                </span>
        {/each}
                        {fragment.glyph}
                </span>
        {/each}