mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore(ExtensionBanner): adding lab extension to recommendation (#6951)
* feat(ExtensionBanner): adding lab extension Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com> Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
This commit is contained in:
parent
1a71bade70
commit
ce554860b3
3 changed files with 21 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -25,7 +25,7 @@ onMount(() => {
|
|||
style="{style}"
|
||||
aria-label="Recommended extension"
|
||||
class:bg-charcoal-800="{!hasBackground}"
|
||||
class="bg-charcoal-800 max-h-[180px] px-5 py-5 rounded-lg grid grid-cols-[20px_8fr_7fr] gap-4 overflow-hidden">
|
||||
class="bg-charcoal-800 bg-cover max-h-[180px] px-5 py-5 rounded-lg grid grid-cols-[20px_8fr_7fr] gap-4 overflow-hidden">
|
||||
<!-- icon column -->
|
||||
<div>
|
||||
<img class="w-4 h-4' object-contain mt-1" alt="banner icon" src="{banner.icon}" />
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue