chore: adjust webapp payment layout

This commit is contained in:
3252a8
2026-05-25 12:42:17 +03:00
parent ba7811621e
commit 2a3a3c21ba
4 changed files with 20 additions and 6 deletions
+5 -1
View File
@@ -13,7 +13,11 @@
}
</script>
<div class="method-grid">
<div
class:method-grid-single={methods.length === 1}
class:method-grid-many={methods.length > 2}
class="method-grid"
>
{#each methods as method, index}
<div class:active={index === 1} class="method-card">
<svelte:component this={icons[index] || WalletCards} size={18} />