From b3aefdca4c8931143dcea5f6d30521d6b7d382e1 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 29 Oct 2024 14:23:47 +0100 Subject: [PATCH] style(frontend): dapp modal banner outside card (#3206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Motivation Fix a side effect of the new modal design #3171. The banner for the dapp modal should be outside of the card. # Screenshots Incorrect: Capture d’écran 2024-10-29 à 13 58 57 After: Capture d’écran 2024-10-29 à 13 58 40 Capture d’écran 2024-10-29 à 13 58 46 --- .../src/lib/components/dapps/DappModal.svelte | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/lib/components/dapps/DappModal.svelte b/src/frontend/src/lib/components/dapps/DappModal.svelte index f418785045..ca92552191 100644 --- a/src/frontend/src/lib/components/dapps/DappModal.svelte +++ b/src/frontend/src/lib/components/dapps/DappModal.svelte @@ -45,7 +45,7 @@ {name} -
+
{#if nonNullish(screenshots) && screenshots.length > 0}
{/if} + +