fix: icon alignment on featured extension download component

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
axel7083 2024-07-12 17:41:50 +02:00 committed by Florent BENOIT
parent 7e577d877c
commit 12eb17865e

View file

@ -71,9 +71,7 @@ async function installExtension() {
on:click="{() => installExtension()}"
hidden="{!extension.fetchable}"
title="Install {extension.displayName} v{extension.fetchVersion} Extension"
class="border-2 relative rounded border-[var(--pd-button-secondary)] text-[var(--pd-button-secondary)] hover:text-[var(--pd-button-text)] hover:bg-[var(--pd-button-secondary-hover)] hover:border-[var(--pd-button-secondary-hover)] w-10 p-2 text-center cursor-pointer flex flex-row">
<!--<Fa class="ml-1.5" size="16" icon={faDownload} />-->
<span class="ml-0.5"></span>
class="border-2 relative rounded border-[var(--pd-button-secondary)] text-[var(--pd-button-secondary)] hover:text-[var(--pd-button-text)] hover:bg-[var(--pd-button-secondary-hover)] hover:border-[var(--pd-button-secondary-hover)] w-10 p-2 text-center cursor-pointer flex flex-row justify-center">
<LoadingIcon
icon="{faDownload}"
iconSize="1x"