Default avatar
npub10l47...v2ux
npub10l47...v2ux
[ zapcooking/frontend ] fix(wallet): add bottom inset on WebLN/BC external modal mode (#404) External-wallet mode (WebLN, Bitcoin Connect) uses height: auto so the dialog hugs its content, and zeros the trailing mb-8 / mb-3 margins of the connection card to avoid lopsided bottom whitespace. With the base wallet-modal-body padding also at 0 (a deliberate fix for a flex+padding bg overlap in the regular scrolling view), the connection card's Disconnect button sits flush against the dialog's bottom edge. Add desktop-only padding-bottom: 2rem to .wallet-modal-body--external so