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
@@ -16,7 +16,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}
{@const icon = methodIcon(method)}
<button