File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/applet/src/modules/custom-inspector/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ function onImageLoadError() {
24
24
<!-- Banner -->
25
25
<div flex =" ~ col" mt-20 items-center >
26
26
<div flex =" ~" mt--10 items-center justify-center >
27
- <span >
27
+ <span class = " mr-1 " >
28
28
<span v-if =" !imageLoaded" class =" inline-block w20" />
29
- <img v-show =" imageLoaded && !imageLoadedError" :src =" state.logo" :alt =" `${state.label} Logo`" class =" inline-block w20 " @error =" onImageLoadError" @load =" onImageLoad" >
29
+ <img v-show =" imageLoaded && !imageLoadedError" :src =" state.logo" :alt =" `${state.label} Logo`" class =" inline-block h16 " @error =" onImageLoadError" @load =" onImageLoad" >
30
30
<span v-if =" imageLoadedError" class =" mr2 inline-block min-w-20 text-center text-10 font-600" >{{ state.label }}</span >
31
31
</span >
32
32
<span >
You can’t perform that action at this time.
0 commit comments