diff --git a/ui/src/components/AttributeView.svelte b/ui/src/components/AttributeView.svelte index 68261ee..25b1cf9 100644 --- a/ui/src/components/AttributeView.svelte +++ b/ui/src/components/AttributeView.svelte @@ -77,7 +77,9 @@ {#if type} {#if type.icon} - +
+ +
{/if} {type.name || "???"}
@@ -139,6 +141,12 @@ line-height: 1; padding: 0 0.75ex; + .icon { + display: inline-block; + font-size: 1.5em; + margin-top: -0.3em; + } + sl-icon { margin-bottom: -2px; }