]> git.r.bdr.sh - rbdr/forum/blobdiff - src/components/glyph/glyph.svelte
Use only src for aliases
[rbdr/forum] / src / components / glyph / glyph.svelte
index e4b9166c773ca3f98c9e454218f489b0b826ba26..32e8ee65cf3e5c8e01bfc1f24793485caeba6847 100644 (file)
@@ -1,6 +1,6 @@
 <script>
   import { _ } from 'svelte-i18n';
 <script>
   import { _ } from 'svelte-i18n';
-  import { getGlyphHash } from '../../utils/glyph_hash';
+  import { getGlyphHash } from '$/utils/glyph_hash';
 
   export let uuid;
 </script>
 
   export let uuid;
 </script>
@@ -21,6 +21,8 @@
     height: 48px;
     margin-top: 5px;
     width: 48px;
     height: 48px;
     margin-top: 5px;
     width: 48px;
+    background-color: white;
+    padding: 2px;
   }
 
   span {
   }
 
   span {