From 31ef0b308533f412876ba495364a4d3463be714b Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 3 Jun 2024 17:51:56 +0900 Subject: [PATCH] fix: button margin --- src/lib/Others/AlertComp.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index 9d2545c6..52353201 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -408,16 +408,16 @@ {/if}
{#if $alertStore.submsg === 'preset'} - - + + {:else if $alertStore.submsg === 'module'} {:else} - - - + + + {/if}
{#if $alertStore.submsg === '' && cardExportType === ''}