mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix: icon alignment on featured extension download component
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
7e577d877c
commit
12eb17865e
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue