Skip to content

Commit ce55486

Browse files
axel7083benoitf
andauthored
chore(ExtensionBanner): adding lab extension to recommendation (podman-desktop#6951)
* feat(ExtensionBanner): adding lab extension Signed-off-by: axel7083 <[email protected]> Signed-off-by: Florent Benoit <[email protected]> Co-authored-by: Florent BENOIT <[email protected]>
1 parent 1a71bad commit ce55486

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

featured.json

+8
Large diffs are not rendered by default.

packages/renderer/src/lib/recommendation/ExtensionBanner.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ onMount(() => {
2525
style="{style}"
2626
aria-label="Recommended extension"
2727
class:bg-charcoal-800="{!hasBackground}"
28-
class="bg-charcoal-800 max-h-[180px] px-5 py-5 rounded-lg grid grid-cols-[20px_8fr_7fr] gap-4 overflow-hidden">
28+
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">
2929
<!-- icon column -->
3030
<div>
3131
<img class="w-4 h-4' object-contain mt-1" alt="banner icon" src="{banner.icon}" />

recommendations.json

+12
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)